settings.json 189 B

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