vscode: disable html.autoClosingTags

This commit is contained in:
John Bowdre 2023-08-29 12:56:29 -05:00
parent 6cef086dc9
commit 68d8278d70

View file

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