Explorar el Código

update vscode settings

v2ray hace 9 años
padre
commit
17a6c7ed1b
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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"]
 }