Browse Source

vscode settings

v2ray 9 years ago
parent
commit
5ebfc269fd
1 changed files with 6 additions and 0 deletions
  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"]
+}