Sfoglia il codice sorgente

remove concurrency settings on linter

Darien Raymond 7 anni fa
parent
commit
7365b0f9d7
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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",