Use latest emmet helper that has fixes #33818

This commit is contained in:
Ramya Achutha Rao
2018-01-19 10:51:24 -08:00
parent 5b7485c410
commit f57b024b18
3 changed files with 12 additions and 5 deletions

View File

@@ -336,7 +336,9 @@ export function getEmmetConfiguration(syntax: string) {
showExpandedAbbreviation: emmetConfig['showExpandedAbbreviation'],
showAbbreviationSuggestions: emmetConfig['showAbbreviationSuggestions'],
syntaxProfiles,
variables: emmetConfig['variables']
variables: emmetConfig['variables'],
excludeLanguages: emmetConfig['excludeLanguages'],
showSuggestionsAsSnippets: emmetConfig['showSuggestionsAsSnippets']
};
}