mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
fix compile issues...
This commit is contained in:
@@ -69,7 +69,7 @@ export function activate(context: vscode.ExtensionContext): any {
|
||||
const task = controller.createNotebookCellExecution(cell);
|
||||
task.start();
|
||||
task.replaceOutput([new vscode.NotebookCellOutput([
|
||||
vscode.NotebookCellOutputItem.text('test output', 'text/html', undefined)
|
||||
vscode.NotebookCellOutputItem.text('test output', 'text/html')
|
||||
])]);
|
||||
task.end({ success: true });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user