mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 14:31:31 +01:00
missing adopting for end-call
This commit is contained in:
@@ -71,7 +71,7 @@ export function activate(context: vscode.ExtensionContext): any {
|
||||
task.replaceOutput([new vscode.NotebookCellOutput([
|
||||
vscode.NotebookCellOutputItem.text('test output', 'text/html')
|
||||
])]);
|
||||
task.end({ success: true });
|
||||
task.end(true);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user