Skip to content

Commit 8ca9455

Browse files
authored
Disable emmet in markdown by default (microsoft#17094)
1 parent e94ebb9 commit 8ca9455

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/parts/emmet/node/emmet.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ configurationRegistry.registerConfiguration({
5252
},
5353
'emmet.excludeLanguages': {
5454
'type': 'array',
55-
'default': [],
55+
'default': ['markdown'],
5656
'description': nls.localize('emmetExclude', "An array of languages where emmet abbreviations should not be expanded.")
5757
},
5858
}

0 commit comments

Comments
 (0)