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:
@@ -37,7 +37,7 @@ export interface ITextEditorPositionData {
|
||||
[id: string]: EditorPosition;
|
||||
}
|
||||
|
||||
@Remotable.PluginHostContext('ExtHostEditors')
|
||||
@Remotable.ExtHostContext('ExtHostEditors')
|
||||
export class ExtHostEditors {
|
||||
|
||||
public onDidChangeTextEditorSelection: Event<TextEditorSelectionChangeEvent>;
|
||||
|
||||
Reference in New Issue
Block a user