diff --git a/settings.json b/settings.json index 7691ae8..2ae2eb9 100644 --- a/settings.json +++ b/settings.json @@ -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": {