소스 검색

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