mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
re #93265
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user