소스 검색

update vscode settings

v2ray 9 년 전
부모
커밋
17a6c7ed1b
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      .vscode/settings.json

+ 3 - 3
.vscode/settings.json

@@ -1,6 +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"]
+  "go.buildFlags": ["-tags", "json"],
+  "go.lintFlags": ["-tags", "json"],
+  "go.vetFlags": ["-tags", "json"]
 }