mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
make NotebookEditor#selections writeable, https://github.com/microsoft/vscode/issues/125275
This commit is contained in:
@@ -894,6 +894,7 @@ export interface MainThreadNotebookEditorsShape extends IDisposable {
|
||||
$tryRevealRange(id: string, range: ICellRange, revealType: NotebookEditorRevealType): Promise<void>;
|
||||
$registerNotebookEditorDecorationType(key: string, options: INotebookDecorationRenderOptions): void;
|
||||
$removeNotebookEditorDecorationType(key: string): void;
|
||||
$trySetSelections(id: string, range: ICellRange[]): void;
|
||||
$trySetDecorations(id: string, range: ICellRange, decorationKey: string): void;
|
||||
$tryApplyEdits(editorId: string, modelVersionId: number, cellEdits: ICellEditOperation[]): Promise<boolean>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user