Skip to content

Commit

Permalink
Added vscode config to fix protoc compiler import errors
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Aug 23, 2023
1 parent a47e35f commit 1b2a02e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/debug
/arduino-cli*
/main
/.vscode/
/cmd/formatter/debug.test
/arduino-cli.yaml
/wiki
Expand Down
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"protoc": {
"options": [
"--proto_path=rpc"
]
}
}

0 comments on commit 1b2a02e

Please sign in to comment.