-
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
Make error output collapsed by default (Was: Ugly output when clicking Stop Cell Execution
)
#7764
Comments
Let's consider making the callstack collapsed by default. Some users may find the stack interesting, some may not. This would be true for ANY error that has a callstack. |
Stop Cell Execution
Stop Cell Execution
)
Meaning just collapse the output container? @DavidKutu I don't see how that fixes #7696
I think errors coming from my code are pretty relevant, but an error from an interrupt is not very interesting |
It will help, but I guess its different enough |
@rebornix can we do anything here with the custom error renderer? Or would we want to detect this messy error and rewrite it in the jupyter extension? |
Like I think that just using a shorter line limit for this particular error would help, so the library frames get truncated off the end, but not sure where that logic would happen. |
closing in favor of microsoft/vscode#200253 |
Testing microsoft/vscode#133905
Stop Cell Execution
The cell output will contain a pretty large scary KeyboardInterrupt message.
The text was updated successfully, but these errors were encountered: