mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
More plugin -> extension
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user