chore(language/go): add tool autoupdate option set to false

This is the default setting, but I'm expecting to want to change it soon, so might as well add it to the config.
This commit is contained in:
2025-06-26 12:47:15 +01:00
parent 8fd1f3da92
commit 73ebd266c2

View File

@@ -391,6 +391,7 @@
"go.testFlags": [
"-count=1"
],
"go.toolsManagement.autoUpdate": false,
"go.useLanguageServer": true,
"gopls": {
"formatting.gofumpt": true,