diff --git a/home/features/desktop/vscode.nix b/home/features/desktop/vscode.nix index b6b4da7..e0a4a43 100644 --- a/home/features/desktop/vscode.nix +++ b/home/features/desktop/vscode.nix @@ -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";