Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notebook gets stuck after deleting and undoing a cell in "Run by line" mode #7631

Closed
Tracked by #5607
ronglums opened this issue Sep 22, 2021 · 1 comment
Closed
Tracked by #5607
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug notebook-run-by-line verified Verification succeeded

Comments

@ronglums
Copy link
Contributor

VS Code 1.61.0-insider + Jupyter extension v2021.9.1001261101

  1. Open an ipynb file.
  2. Start "run by line", while it's running, hit "delete" in the cell toolbar so the cell is gone.
  3. use menu Edit -> Undo to bring back the cell
  4. hit "Continue" to continue running through the cell

expected: cell runs through fine
actual: cell runs forever, until the notebook is closed and reopened. Interrupt kernel button is disabled. Restart kernel works but doesn't stop the cell from running.

please refer to this video 14'40'' - 17'40'' https://msit.microsoftstream.com/video/12e10840-98dc-ae71-db7b-f1ec19e01ea4?list=studio

@DavidKutu
Copy link

The above PR fixes the run by line and debugging related issues, but it still reproes while executing normally.

And that is a dupe of microsoft/vscode#133782

@DonJayamanne DonJayamanne added the verified Verification succeeded label Sep 28, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug notebook-run-by-line verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants