mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
proposal for knowning when an item in pick quick pick was selected
This commit is contained in:
@@ -134,7 +134,7 @@ export class ExtHostAPIImplementation {
|
||||
const pluginHostCommands = this._threadService.getRemotable(ExtHostCommands);
|
||||
const pluginHostEditors = this._threadService.getRemotable(ExtHostEditors);
|
||||
const pluginHostMessageService = new ExtHostMessageService(this._threadService, this.commands);
|
||||
const pluginHostQuickOpen = new ExtHostQuickOpen(this._threadService);
|
||||
const pluginHostQuickOpen = this._threadService.getRemotable(ExtHostQuickOpen);
|
||||
const pluginHostStatusBar = new ExtHostStatusBar(this._threadService);
|
||||
const extHostOutputService = new ExtHostOutputService(this._threadService);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user