Support partial emmet preferences #32496

This commit is contained in:
Ramya Achutha Rao
2017-08-29 17:26:31 -07:00
parent a8951772be
commit 4d7a7a15ca
5 changed files with 63 additions and 7 deletions

View File

@@ -259,7 +259,7 @@ export function sameNodes(node1: Node, node2: Node): boolean {
export function getEmmetConfiguration() {
const emmetConfig = vscode.workspace.getConfiguration('emmet');
return {
useNewEmmet: true,
preferences: emmetConfig['preferences'],
showExpandedAbbreviation: emmetConfig['showExpandedAbbreviation'],
showAbbreviationSuggestions: emmetConfig['showAbbreviationSuggestions'],
syntaxProfiles: emmetConfig['syntaxProfiles'],