-
Notifications
You must be signed in to change notification settings - Fork 337
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugnotebook-run-by-line
Milestone
Description
- Open the Titanic.ipynb
- Scroll halfway down, on some cell run "Run all cells above" then click the RBL button right away
- I expect to enter RBL mode once the other cells finish executing
The execution would be queued, but we probably attach a debugger at the moment the cell is clicked, and it makes something weird happen.
The error notifications come from the python extension:
Why is the python extension trying to attach? Why is it stuck showing notifications forever? Is it supposed to be involved for some reason? @IanMatthewHuff @DonJayamanne @DavidKutu @karthiknadig does anyone know?
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugnotebook-run-by-line