mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
add replaceNotebookMetadata, https://github.com/microsoft/vscode/issues/105283
This commit is contained in:
@@ -1274,8 +1274,9 @@ export interface IWorkspaceTextEditDto {
|
||||
export interface IWorkspaceCellEditDto {
|
||||
_type: WorkspaceEditType.Cell;
|
||||
resource: UriComponents;
|
||||
edit: ICellEditOperation;
|
||||
modelVersionId?: number;
|
||||
edit?: ICellEditOperation;
|
||||
notebookMetadata?: NotebookDocumentMetadata;
|
||||
notebookVersionId?: number;
|
||||
metadata?: IWorkspaceEditEntryMetadataDto;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user