feat(language/go): enable vulncheck and set longer 90s test timeout

This commit is contained in:
2025-07-22 09:35:42 +01:00
parent ed25312539
commit ec856e906c

View File

@@ -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": {