Procházet zdrojové kódy

update vscode settings

v2ray před 9 roky
rodič
revize
17a6c7ed1b
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  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"]
 }