mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
NotebookDocumentShowOptions#selections.
This commit is contained in:
@@ -861,7 +861,7 @@ export interface INotebookDocumentShowOptions {
|
||||
position?: EditorGroupColumn;
|
||||
preserveFocus?: boolean;
|
||||
pinned?: boolean;
|
||||
selection?: ICellRange;
|
||||
selections?: ICellRange[];
|
||||
}
|
||||
|
||||
export type INotebookCellStatusBarEntryDto = Dto<INotebookCellStatusBarEntry>;
|
||||
|
||||
Reference in New Issue
Block a user