Add protobuf vscode config

This commit is contained in:
fluo10 2025-09-30 08:09:04 +09:00
parent 20c963f6c8
commit de211d2b71
2 changed files with 13 additions and 0 deletions

5
.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"recommendations": [
"zxh404.vscode-proto3"
]
}

8
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,8 @@
{
"protoc": {
"options": [
"--proto_path=${workspaceRoot}/tripod-id/proto",
"--proto_path=${workspaceRoot}/core/proto"
]
}
}