mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
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:
@@ -391,6 +391,7 @@
|
||||
"go.testFlags": [
|
||||
"-count=1"
|
||||
],
|
||||
"go.toolsManagement.autoUpdate": false,
|
||||
"go.useLanguageServer": true,
|
||||
"gopls": {
|
||||
"formatting.gofumpt": true,
|
||||
|
||||
Reference in New Issue
Block a user