settings.json 305 B

1234567891011121314
  1. // Place your settings in this file to overwrite default and user settings.
  2. {
  3. "editor.tabSize": 2,
  4. "go.buildTags": "json",
  5. "go.lintTool": "gometalinter",
  6. "protoc": {
  7. "options": [
  8. "--proto_path=$GOPATH/src/",
  9. "--proto_path=$GOPATH/src/github.com/google/protobuf/src"
  10. ]
  11. }
  12. }