settings.json 215 B

12345678
  1. // Place your settings in this file to overwrite default and user settings.
  2. {
  3. "editor.tabSize": 2,
  4. "go.buildFlags": ["-tags", "json"],
  5. "go.lintFlags": ["-tags", "json"],
  6. "go.vetFlags": ["-tags", "json"]
  7. }