mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
switch mimetype now should be done async.
This commit is contained in:
@@ -53,11 +53,6 @@ export class MainThreadNotebookDocument extends Disposable {
|
||||
await this.notebookService.transformSpliceOutputs(this.textModel, splices);
|
||||
this._textModel.$spliceNotebookCellOutputs(cellHandle, splices);
|
||||
}
|
||||
|
||||
updateRenderers(renderers: string[]) {
|
||||
this._textModel.updateRenderers(renderers);
|
||||
}
|
||||
|
||||
dispose() {
|
||||
this._textModel.dispose();
|
||||
super.dispose();
|
||||
|
||||
Reference in New Issue
Block a user