This commit is contained in:
rebornix
2020-04-07 10:42:13 -07:00
parent 151909b612
commit 0902df9d30
2 changed files with 2 additions and 2 deletions

View File

@@ -567,7 +567,7 @@ export class ExtHostNotebookOutputRenderer {
return false;
}
render(document: ExtHostNotebookDocument, output: vscode.CellOutput, mimeType: string): string {
render(document: ExtHostNotebookDocument, output: vscode.CellDisplayOutput, mimeType: string): string {
let html = this.renderer.render(document, output, mimeType);
return html;