mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-26 10:16:01 +01:00
Rename setting for expanded abbr in suggestions
This commit is contained in:
@@ -32,7 +32,7 @@ class ExpandAbbreviationAction extends BasicEmmetEditorAction {
|
||||
EditorContextKeys.hasSingleSelection,
|
||||
EditorContextKeys.tabDoesNotMoveFocus,
|
||||
ContextKeyExpr.has('config.emmet.triggerExpansionOnTab'),
|
||||
ContextKeyExpr.not('config.emmet.autocomplete')
|
||||
ContextKeyExpr.not('config.emmet.suggestExpandedAbbreviation')
|
||||
)
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user