mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
hook up execution task cancellation from controllers
This commit is contained in:
@@ -624,7 +624,7 @@ export class ExtHostNotebookController implements ExtHostNotebookShape {
|
||||
}
|
||||
}
|
||||
|
||||
private cancelOneNotebookCellExecution(cell: ExtHostCell): void {
|
||||
cancelOneNotebookCellExecution(cell: ExtHostCell): void {
|
||||
const execution = this._activeExecutions.get(cell.uri);
|
||||
execution?.cancel();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user