mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 17:23:15 -05:00
revert grid streaming changes (#12650)
This commit is contained in:
@@ -408,7 +408,7 @@ export class CellModel extends Disposable implements ICellModel {
|
||||
const future = kernel.requestExecute({
|
||||
code: content,
|
||||
stop_on_error: true
|
||||
}, false, this._cellUri.toString());
|
||||
}, false);
|
||||
this.setFuture(future as FutureInternal);
|
||||
this.fireExecutionStateChanged();
|
||||
// For now, await future completion. Later we should just track and handle cancellation based on model notifications
|
||||
|
||||
Reference in New Issue
Block a user