-
Notifications
You must be signed in to change notification settings - Fork 294
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
Remove Interrupt buttons and commands from Jupyter #7661
Comments
Even if we fixed this, i don't see a point, as we're planning on moving this into core in the same iteration! Suggestion
|
The changes will be made in VS Code core. |
This requires core changes so it's blocked. |
@roblourens any update on when or even if the interrupt button will be added into core. |
That's microsoft/vscode#133776 - from what I remember, the button is there but does not appear. |
It looks like currently the Jupyter command is still used for the Interactive Window, and the builtin command is used for notebook editors, is there a reason for the @rebornix? Can the builtin command also be used for the IW? |
@roblourens when removing the interrupt button for notebooks, I found that we have a different set of interrupt commands for IW, and their impl is slightly different, thus I leave them there. We should take some efforts to remove it. |
easier repro to verify:
|
Filing this because @kieferrm mentioned it, we could leave the when clause alone (if that is causing the issue), but next month we have this button in vscode itself. See microsoft/vscode#133776 also
The text was updated successfully, but these errors were encountered: