Add protobuf vscode config
This commit is contained in:
parent
20c963f6c8
commit
de211d2b71
2 changed files with 13 additions and 0 deletions
5
.vscode/extensions.json
vendored
Normal file
5
.vscode/extensions.json
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"zxh404.vscode-proto3"
|
||||||
|
]
|
||||||
|
}
|
||||||
8
.vscode/settings.json
vendored
Normal file
8
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"protoc": {
|
||||||
|
"options": [
|
||||||
|
"--proto_path=${workspaceRoot}/tripod-id/proto",
|
||||||
|
"--proto_path=${workspaceRoot}/core/proto"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue