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

Kernel cannot be interrupted #4359

Closed
rchiodo opened this issue Jan 12, 2021 · 2 comments
Closed

Kernel cannot be interrupted #4359

rchiodo opened this issue Jan 12, 2021 · 2 comments
Labels
bug Issue identified by VS Code Team member as probable bug

Comments

@rchiodo
Copy link
Contributor

rchiodo commented Jan 12, 2021

Using VS code insiders, add this code

while(True):
  time.sleep(.25)

You cannot interrupt it.

Have not tried with old webview.

@rchiodo rchiodo added the bug Issue identified by VS Code Team member as probable bug label Jan 12, 2021
@DonJayamanne
Copy link
Contributor

DonJayamanne commented Jan 13, 2021

This works in a Mac, old & native notebooks.
Could be an issue with Windows & Jupyter.

Would need to validate:

  • In windows
  • Classic Jupyter
  • Old Webviews

@rchiodo
Copy link
Contributor Author

rchiodo commented Jan 14, 2021

Dupe of #4369

@rchiodo rchiodo closed this as completed Jan 14, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 6, 2021
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
Projects
None yet
Development

No branches or pull requests

2 participants