From 73ebd266c20934cb903ac235ac385e60bd18023a Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 26 Jun 2025 12:47:15 +0100 Subject: [PATCH] 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. --- settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/settings.json b/settings.json index 31677ac..463ef97 100644 --- a/settings.json +++ b/settings.json @@ -391,6 +391,7 @@ "go.testFlags": [ "-count=1" ], + "go.toolsManagement.autoUpdate": false, "go.useLanguageServer": true, "gopls": { "formatting.gofumpt": true,