.vscode: remove directory (#5626)

This commit is contained in:
Tess Rinearson
2020-11-19 16:20:30 +01:00
committed by GitHub
parent f97a498cee
commit 3246283cf2
2 changed files with 15 additions and 8 deletions

View File

@@ -1,8 +0,0 @@
{
"protoc": {
"options": [
"--proto_path=${workspaceRoot}/proto",
"--proto_path=${workspaceRoot}/third_party/proto"
]
}
}

View File

@@ -127,6 +127,21 @@ make install
You should now be able to run `make proto-gen` from inside the root Tendermint directory to generate new files from proto files.
### Visual Studio Code
If you are a VS Code user, you may want to add the following to your `.vscode/settings.json`:
```json
{
"protoc": {
"options": [
"--proto_path=${workspaceRoot}/proto",
"--proto_path=${workspaceRoot}/third_party/proto"
]
}
}
```
## Changelog
Every fix, improvement, feature, or breaking change should be made in a