-
Notifications
You must be signed in to change notification settings - Fork 34.1k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugimportantIssue identified as high-priorityIssue identified as high-prioritynotebook-executionIssues related to running cells in a notebookIssues related to running cells in a notebookverifiedVerification succeededVerification succeeded
Milestone
Description
Error: model index out of range -1
at s._assertIndex (vscode-file://vscode-app/out/vs/workbench/workbench.desktop.main.js:1190:32090)
at vscode-file://vscode-app/out/vs/workbench/workbench.desktop.main.js:1190:21099
at Array.map (<anonymous>)
at s._doApplyEdits (vscode-file://vscode-app/out/vs/workbench/workbench.desktop.main.js:1190:20988)
at s.applyEdits (vscode-file://vscode-app/out/vs/workbench/workbench.desktop.main.js:1190:20631)
at v.editIsPaused (vscode-file://vscode-app/out/vs/workbench/workbench.desktop.main.js:1913:19451)
at v.onDidChangeCallStack (vscode-file://vscode-app/out/vs/workbench/workbench.desktop.main.js:1913:19200)
at vscode-file://vscode-app/out/vs/workbench/workbench.desktop.main.js:1913:18814
at o.fire (vscode-file://vscode-app/out/vs/workbench/workbench.desktop.main.js:69:1712)
at P.clearThreads (vscode-file://vscode-app/out/vs/workbench/workbench.desktop.main.js:1728:13379)
at P.shutdown (vscode-file://vscode-app/out/vs/workbench/workbench.desktop.main.js:1739:29685)
at P.onDidExitAdapter (vscode-file://vscode-app/out/vs/workbench/workbench.desktop.main.js:1739:29379)
at vscode-file://vscode-app/out/vs/workbench/workbench.desktop.main.js:1739:29237
at o.fire (vscode-file://vscode-app/out/vs/workbench/workbench.desktop.main.js:69:1712)
at a.fireAdapterExitEvent (vscode-file://vscode-app/out/vs/workbench/workbench.desktop.main.js:1002:35615)
at a.stopAdapter (vscode-file://vscode-app/out/vs/workbench/workbench.desktop.main.js:1002:35321)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
We are using handle
for updating cell internal metadata but the cell no longer exists anymore. We may want to filter out deleted cells when applying edits on the notebook text model.
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugimportantIssue identified as high-priorityIssue identified as high-prioritynotebook-executionIssues related to running cells in a notebookIssues related to running cells in a notebookverifiedVerification succeededVerification succeeded