mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
More plugin -> extension
This commit is contained in:
@@ -20,7 +20,7 @@ interface CommandHandler {
|
||||
description: ICommandHandlerDescription;
|
||||
}
|
||||
|
||||
@Remotable.PluginHostContext('ExtHostCommands')
|
||||
@Remotable.ExtHostContext('ExtHostCommands')
|
||||
export class ExtHostCommands {
|
||||
|
||||
private _commands: { [n: string]: CommandHandler } = Object.create(null);
|
||||
|
||||
Reference in New Issue
Block a user