proposal for knowning when an item in pick quick pick was selected

This commit is contained in:
Johannes Rieken
2016-01-13 10:58:25 +01:00
parent 7731ac9760
commit 7e55f101fb
3 changed files with 32 additions and 2 deletions

View File

@@ -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);