mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
feat(language/go): enable vulncheck and set longer 90s test timeout
This commit is contained in:
@@ -361,6 +361,7 @@
|
||||
"coveredGutterStyle": "verticalblue",
|
||||
"uncoveredGutterStyle": "verticalyellow"
|
||||
},
|
||||
"go.diagnostic.vulncheck": "Imports",
|
||||
"go.disableConcurrentTests": true,
|
||||
"go.editorContextMenuCommands": {
|
||||
"testFile": true,
|
||||
@@ -376,6 +377,7 @@
|
||||
"go.testFlags": [
|
||||
"-count=1"
|
||||
],
|
||||
"go.testTimeout": "90s",
|
||||
"go.toolsManagement.autoUpdate": false,
|
||||
"go.useLanguageServer": true,
|
||||
"gopls": {
|
||||
|
||||
Reference in New Issue
Block a user