mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
align names, https://github.com/microsoft/vscode/issues/105283
This commit is contained in:
@@ -527,7 +527,7 @@ export class NotebookEditorCellEditBuilder implements vscode.NotebookEditorCellE
|
||||
});
|
||||
}
|
||||
|
||||
replaceOutputs(index: number, outputs: vscode.CellOutput[]): void {
|
||||
replaceOutput(index: number, outputs: vscode.CellOutput[]): void {
|
||||
this._throwIfFinalized();
|
||||
this._collectedEdits.push({
|
||||
editType: CellEditType.Output,
|
||||
|
||||
Reference in New Issue
Block a user