mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
debt - simplify metadata edit because we now have CellEditType.DocumentMetadata
This commit is contained in:
@@ -277,7 +277,7 @@ export class ExtHostNotebookDocument extends Disposable {
|
||||
const edit: IWorkspaceCellEditDto = {
|
||||
_type: WorkspaceEditType.Cell,
|
||||
metadata: undefined,
|
||||
notebookMetadata: this._metadata,
|
||||
edit: { editType: CellEditType.DocumentMetadata, metadata: this._metadata },
|
||||
resource: this.uri,
|
||||
notebookVersionId: this.notebookDocument.version,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user