mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-21 17:02:18 +00:00
vscode: disable html.autoClosingTags
This commit is contained in:
parent
6cef086dc9
commit
68d8278d70
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@
|
|||
"yaml" = true;
|
||||
};
|
||||
"go.toolsManagement.checkForUpdates" = "local";
|
||||
"html.autoClosingTags" = false;
|
||||
"powershell.codeFormatting.useCorrectCasing" = true;
|
||||
"powershell.powerShellAdditionalExePaths" = {
|
||||
"pwsh" = "${config.home.homeDirectory}/.nix-profile/bin/pwsh";
|
||||
|
|
Loading…
Reference in a new issue