Skip to content

Commit

Permalink
use better relative path for proto_path (zxh0/vscode-proto3#31 (comment)
Browse files Browse the repository at this point in the history
)
  • Loading branch information
huan committed May 14, 2020
1 parent 7ed4f55 commit 323ea35
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"protoc": {
"options": [
"--proto_path=protobuf"
"--proto_path=source_relative" // https://github.com/zxh0/vscode-proto3/issues/31#issuecomment-628162495
],
},
"alignment": {
Expand All @@ -75,6 +75,9 @@
"javascript",
"typescript",
],
"cSpell.words": [
"proto"
],

}

0 comments on commit 323ea35

Please sign in to comment.