Stop execution / Interrupt overlap #128245
Labels
debt
Code quality issues
insiders-released
Patch has been released in VS Code Insiders
polish
Cleanup and polish issue
Milestone
The Jupyter extension contributes a notebook controller with an interrupt handler, the Stop Execution will then call the interrupt handler directly, which does the same as the Interrupt command contributed by the extension. We may want to hide the Interrupt command.
It's arguable that if we want to change the title of Stop Execution to Interrupt when the controller contributes interrupt handler but it's also impl details which users might not care.
The text was updated successfully, but these errors were encountered: