We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f6a29a commit a80e094Copy full SHA for a80e094
packages/app/src/app/overmind/effects/vscode/initializers.ts
@@ -57,6 +57,7 @@ export function initializeSettings() {
57
);
58
settings['javascript.autoClosingTags'] = false;
59
settings['typescript.autoClosingTags'] = false;
60
+ settings['html.autoClosingTags'] = false;
61
settings['typescript.tsserver.useSeparateSyntaxServer'] = false;
62
63
if (!settings['workbench.colorTheme']) {
0 commit comments