mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 17:32:19 +00:00
update vscode config
This commit is contained in:
parent
54d92d9c14
commit
08e4e5a657
1 changed files with 2 additions and 1 deletions
|
@ -141,7 +141,7 @@
|
||||||
"editor.acceptSuggestionOnEnter" = "off";
|
"editor.acceptSuggestionOnEnter" = "off";
|
||||||
"editor.detectIndentation" = false;
|
"editor.detectIndentation" = false;
|
||||||
"editor.inlineSuggest.enabled" = true;
|
"editor.inlineSuggest.enabled" = true;
|
||||||
"editor.lineNumbers" = "relative";
|
"editor.lineNumbers" = "on";
|
||||||
"editor.renderControlCharacters" = true;
|
"editor.renderControlCharacters" = true;
|
||||||
"editor.renderWhitespace" = "all";
|
"editor.renderWhitespace" = "all";
|
||||||
"editor.tabCompletion" = "off";
|
"editor.tabCompletion" = "off";
|
||||||
|
@ -159,6 +159,7 @@
|
||||||
"scminput" = false;
|
"scminput" = false;
|
||||||
"yaml" = true;
|
"yaml" = true;
|
||||||
};
|
};
|
||||||
|
"go.toolsManagement.checkForUpdates" = "local";
|
||||||
"powershell.codeFormatting.useCorrectCasing" = true;
|
"powershell.codeFormatting.useCorrectCasing" = true;
|
||||||
"powershell.powerShellAdditionalExePaths" = {
|
"powershell.powerShellAdditionalExePaths" = {
|
||||||
"pwsh" = "${config.home.homeDirectory}/.nix-profile/bin/pwsh";
|
"pwsh" = "${config.home.homeDirectory}/.nix-profile/bin/pwsh";
|
||||||
|
|
Loading…
Reference in a new issue