浏览代码

update build tag settings due to plugin change

v2ray 9 年之前
父节点
当前提交
06aaaf970b
共有 1 个文件被更改,包括 1 次插入3 次删除
  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"
 }