Browse Source

remove concurrency settings on linter

Darien Raymond 7 years ago
parent
commit
7365b0f9d7
1 changed files with 0 additions and 1 deletions
  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",