Skip to content

Commit 2076c0a

Browse files
committed
1 parent 579c116 commit 2076c0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/notebook/browser/contrib/execute/executionEditorProgress.ts

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export class ExecutionEditorProgressController extends Disposable implements INo
4242
.filter(exe => exe.state === NotebookCellExecutionState.Executing);
4343
const executionIsVisible = (exe: INotebookCellExecution) => {
4444
for (const range of this._notebookEditor.visibleRanges) {
45+
range.end++;
4546
for (const cell of this._notebookEditor.getCellsInRange(range)) {
4647
if (cell.handle === exe.cellHandle) {
4748
return true;

0 commit comments

Comments
 (0)