Explorar el Código

vscode settings

v2ray hace 9 años
padre
commit
5ebfc269fd
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      .vscode/settings.json

+ 6 - 0
.vscode/settings.json

@@ -0,0 +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"]
+}