Move Show Emmet Commands command to extension #58600

This commit is contained in:
Raymond Zhao
2020-11-17 23:15:00 +00:00
committed by GitHub
parent 9641ad2253
commit 33e7e030d2
5 changed files with 10 additions and 40 deletions

View File

@@ -124,6 +124,10 @@ export function activateEmmetExtension(context: vscode.ExtensionContext) {
return reflectCssValue();
}));
context.subscriptions.push(vscode.commands.registerCommand('editor.emmet.action.showEmmetCommands', () => {
vscode.commands.executeCommand('workbench.action.quickOpen', '>Emmet: ');
}));
updateEmmetExtensionsPath();
context.subscriptions.push(vscode.workspace.onDidChangeConfiguration((e) => {