mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
Support partial emmet preferences #32496
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user