mkdir -p .vscode
protoc_path=$(which protoc)
echo '{
"protoc": {
"path": "'$protoc_path'",
"compile_on_save": false,
"options": [
"--proto_path=protos/v1",
"--python_out=src/python",
"--go_out=src/go"
]
}
}' > .vscode/settings.json-
Notifications
You must be signed in to change notification settings - Fork 0
Pre-compiled protobuf for trading system
License
Chindada/panther
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Pre-compiled protobuf for trading system