More plugin -> extension

This commit is contained in:
Alex Dima
2016-03-01 18:46:03 +01:00
parent f693ba1495
commit 533844ab8d
22 changed files with 46 additions and 46 deletions

View File

@@ -15,7 +15,7 @@ export interface MyQuickPickItems extends IPickOpenEntry {
export type Item = string | QuickPickItem;
@Remotable.PluginHostContext('ExtHostQuickOpen')
@Remotable.ExtHostContext('ExtHostQuickOpen')
export class ExtHostQuickOpen {
private _proxy: MainThreadQuickOpen;