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:
@@ -25,10 +25,10 @@ export class ExtHostCommands {
|
||||
|
||||
private _commands: { [n: string]: CommandHandler } = Object.create(null);
|
||||
private _proxy: MainThreadCommands;
|
||||
private _pluginHostEditors: ExtHostEditors;
|
||||
private _extHostEditors: ExtHostEditors;
|
||||
|
||||
constructor(@IThreadService threadService: IThreadService) {
|
||||
this._pluginHostEditors = threadService.getRemotable(ExtHostEditors);
|
||||
this._extHostEditors = threadService.getRemotable(ExtHostEditors);
|
||||
this._proxy = threadService.getRemotable(MainThreadCommands);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user