proto/.vscode/setting.json

5 lines
57 B
JSON
Raw Normal View History

2022-07-04 06:02:16 +00:00
{
"protoc": {
"options": ["-I proto"]
}
}