Skip to content

Commit

Permalink
add --proto_path to .vscode config zxh0/vscode-proto3#31 (comment))
Browse files Browse the repository at this point in the history
  • Loading branch information
huan committed Jul 31, 2018
1 parent ed3757c commit 932cfa0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
, "node_modules/": true
, "package/": true
}
, "protoc": {
"options": [
"--proto_path=protobuf"
]
}
, "alignment": {
"operatorPadding": "right"
, "indentBase": "firstline"
Expand Down

0 comments on commit 932cfa0

Please sign in to comment.