Skip to content

Commit a80e094

Browse files
committed
Fix html auto closing in live
1 parent 0f6a29a commit a80e094

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/app/src/app/overmind/effects/vscode/initializers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ export function initializeSettings() {
5757
);
5858
settings['javascript.autoClosingTags'] = false;
5959
settings['typescript.autoClosingTags'] = false;
60+
settings['html.autoClosingTags'] = false;
6061
settings['typescript.tsserver.useSeparateSyntaxServer'] = false;
6162

6263
if (!settings['workbench.colorTheme']) {

0 commit comments

Comments
 (0)