소스 검색

remove concurrency settings on linter

Darien Raymond 7 년 전
부모
커밋
7365b0f9d7
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      .vscode/settings.json

+ 0 - 1
.vscode/settings.json

@@ -7,7 +7,6 @@
     "--enable-gc",
     "--no-config",
     "--exclude=.*\\.pb\\.go",
-    "--concurrency=2",
     "--disable=gas"
   ],
   "go.formatTool": "goimports",