mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
look up editor by id, slimmer dtos
This commit is contained in:
@@ -1752,12 +1752,12 @@ export interface INotebookVisibleRangesEvent {
|
||||
}
|
||||
|
||||
export interface INotebookEditorPropertiesChangeData {
|
||||
visibleRanges: INotebookVisibleRangesEvent | null;
|
||||
selections: INotebookSelectionChangeEvent | null;
|
||||
visibleRanges?: INotebookVisibleRangesEvent;
|
||||
selections?: INotebookSelectionChangeEvent;
|
||||
}
|
||||
|
||||
export interface INotebookDocumentPropertiesChangeData {
|
||||
metadata: NotebookDocumentMetadata | null;
|
||||
metadata?: NotebookDocumentMetadata;
|
||||
}
|
||||
|
||||
export interface INotebookModelAddedData {
|
||||
|
||||
Reference in New Issue
Block a user