mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
re #105735. selections as NotebookEditor properties.
This commit is contained in:
@@ -1639,11 +1639,11 @@ export interface INotebookVisibleRangesEvent {
|
||||
|
||||
export interface INotebookEditorPropertiesChangeData {
|
||||
visibleRanges: INotebookVisibleRangesEvent | null;
|
||||
selections: INotebookSelectionChangeEvent | null;
|
||||
}
|
||||
|
||||
export interface INotebookDocumentPropertiesChangeData {
|
||||
metadata: NotebookDocumentMetadata | null;
|
||||
selections: INotebookSelectionChangeEvent | null;
|
||||
}
|
||||
|
||||
export interface INotebookModelAddedData {
|
||||
|
||||
Reference in New Issue
Block a user