mirror of
https://github.com/coder/code-server.git
synced 2026-05-05 12:05:18 +02:00
Update to VS Code 1.52.1
This commit is contained in:
@@ -124,6 +124,10 @@ export function activateEmmetExtension(context: vscode.ExtensionContext) {
|
||||
return reflectCssValue();
|
||||
}));
|
||||
|
||||
context.subscriptions.push(vscode.commands.registerCommand('workbench.action.showEmmetCommands', () => {
|
||||
vscode.commands.executeCommand('workbench.action.quickOpen', '>Emmet: ');
|
||||
}));
|
||||
|
||||
updateEmmetExtensionsPath();
|
||||
|
||||
context.subscriptions.push(vscode.workspace.onDidChangeConfiguration((e) => {
|
||||
|
||||
Reference in New Issue
Block a user