Parcourir la source

update vscode settings

v2ray il y a 9 ans
Parent
commit
17a6c7ed1b
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      .vscode/settings.json

+ 3 - 3
.vscode/settings.json

@@ -1,6 +1,6 @@
 // Place your settings in this file to overwrite default and user settings.
 {
-  "go.buildFlags": ["-tags=json"],
-  "go.lintFlags": ["-tags=json"],
-  "go.vetFlags": ["-tags=json"]
+  "go.buildFlags": ["-tags", "json"],
+  "go.lintFlags": ["-tags", "json"],
+  "go.vetFlags": ["-tags", "json"]
 }