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;