Skip to content

Commit

Permalink
fix vscode settings for proto extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleak committed May 16, 2019
1 parent 3d797a3 commit 0c98fb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"protoc": {
"options": [
"--proto_path=${workspaceRoot}/proto/models",
"--proto_path=${workspaceRoot}/proto/services",
"--proto_path=${workspaceRoot}/protos/models",
"--proto_path=${workspaceRoot}/protos/services",
"--proto_path=${workspaceRoot}/third_party",
]
},
Expand Down

0 comments on commit 0c98fb4

Please sign in to comment.