From c76fe82386f57437f6a3be4f3518c0f3d501e3f9 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sun, 4 Aug 2024 20:49:21 -0500 Subject: [PATCH] vscode: auto-update go tools --- home/features/desktop/vscode.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/features/desktop/vscode.nix b/home/features/desktop/vscode.nix index 6fe6e1c..cd01872 100644 --- a/home/features/desktop/vscode.nix +++ b/home/features/desktop/vscode.nix @@ -209,6 +209,7 @@ "files.trimTrailingWhitespace" = true; "git.confirmSync" = false; "git.ignoreLegacyWarning" = true; + "go.toolsManagement.autoUpdate" = true; "go.toolsManagement.checkForUpdates" = "local"; "html.autoClosingTags" = false; "powershell.codeFormatting.useCorrectCasing" = true;