Browse Source

update build tag settings due to plugin change

v2ray 9 years ago
parent
commit
06aaaf970b
1 changed files with 1 additions and 3 deletions
  1. 1 3
      .vscode/settings.json

+ 1 - 3
.vscode/settings.json

@@ -2,7 +2,5 @@
 {
   "editor.tabSize": 2,
   
-  "go.buildFlags": ["-tags", "json"],
-  "go.lintFlags": ["-tags", "json"],
-  "go.vetFlags": ["-tags", "json"]
+  "go.buildTags": "json"
 }