vscode: auto-update go tools

This commit is contained in:
John Bowdre 2024-08-04 20:49:21 -05:00
parent 4e2db1ae9a
commit c76fe82386

View file

@ -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;