Skip to content

Commit

Permalink
Merge pull request #26 from rushio-consulting/fix-protos-for-vscode-e…
Browse files Browse the repository at this point in the history
…xtension

fix vscode settings for proto extension
  • Loading branch information
bwnyasse authored May 18, 2019
2 parents dc42b83 + 0c98fb4 commit d696709
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 d696709

Please sign in to comment.