update vscode config

This commit is contained in:
John Bowdre 2023-08-21 13:38:17 -05:00
parent 54d92d9c14
commit 08e4e5a657

View file

@ -141,7 +141,7 @@
"editor.acceptSuggestionOnEnter" = "off";
"editor.detectIndentation" = false;
"editor.inlineSuggest.enabled" = true;
"editor.lineNumbers" = "relative";
"editor.lineNumbers" = "on";
"editor.renderControlCharacters" = true;
"editor.renderWhitespace" = "all";
"editor.tabCompletion" = "off";
@ -159,6 +159,7 @@
"scminput" = false;
"yaml" = true;
};
"go.toolsManagement.checkForUpdates" = "local";
"powershell.codeFormatting.useCorrectCasing" = true;
"powershell.powerShellAdditionalExePaths" = {
"pwsh" = "${config.home.homeDirectory}/.nix-profile/bin/pwsh";