settings.json 255 B

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