mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
Fix #96433
This commit is contained in:
@@ -1539,6 +1539,7 @@ export interface INotebookSelectionChangeEvent {
|
||||
|
||||
export interface INotebookEditorPropertiesChangeData {
|
||||
selections: INotebookSelectionChangeEvent | null;
|
||||
metadata: NotebookDocumentMetadata | null;
|
||||
}
|
||||
|
||||
export interface INotebookModelAddedData {
|
||||
@@ -1546,6 +1547,7 @@ export interface INotebookModelAddedData {
|
||||
handle: number;
|
||||
// versionId: number;
|
||||
viewType: string;
|
||||
metadata?: NotebookDocumentMetadata;
|
||||
}
|
||||
|
||||
export interface INotebookDocumentsAndEditorsDelta {
|
||||
|
||||
Reference in New Issue
Block a user