ソースを参照

vscode settings

v2ray 9 年 前
コミット
5ebfc269fd
1 ファイル変更6 行追加0 行削除
  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"]
+}