From e312928cceda71c47b71e2e26450eb97bdaa22fd Mon Sep 17 00:00:00 2001 From: Ramya Achutha Rao Date: Tue, 25 Apr 2017 10:17:24 -0700 Subject: [PATCH] Rename setting for expanded abbr in suggestions --- src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.ts b/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.ts index 5f3554d9c60..75f7ae270f3 100644 --- a/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.ts +++ b/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.ts @@ -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') ) } );