mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
update notebook editor view column when moving editors, https://github.com/microsoft/vscode/issues/115704
This commit is contained in:
@@ -1917,8 +1917,11 @@ export interface ExtHostNotebookDocumentsShape {
|
||||
$acceptDocumentPropertiesChanged(uriComponents: UriComponents, data: INotebookDocumentPropertiesChangeData): void;
|
||||
}
|
||||
|
||||
export type INotebookEditorViewColumnInfo = Record<string, number>;
|
||||
|
||||
export interface ExtHostNotebookEditorsShape {
|
||||
$acceptEditorPropertiesChanged(id: string, data: INotebookEditorPropertiesChangeData): void;
|
||||
$acceptEditorViewColumns(data: INotebookEditorViewColumnInfo): void;
|
||||
}
|
||||
|
||||
export interface ExtHostStorageShape {
|
||||
|
||||
Reference in New Issue
Block a user