mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 01:12:19 +00:00
vscode: auto-update go tools
This commit is contained in:
parent
4e2db1ae9a
commit
c76fe82386
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue