添加vscode protoc 配置

This commit is contained in:
huangsimin 2022-07-04 14:02:16 +08:00
parent e7efff5fd2
commit bdaf30bd5f

5
.vscode/setting.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"protoc": {
"options": ["-I proto"]
}
}