Ver Fonte

vscode settings

v2ray há 9 anos atrás
pai
commit
5ebfc269fd
1 ficheiros alterados com 6 adições e 0 exclusões
  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"]
+}