-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Improve exception experience #16860
Comments
Not a fan of using peek UI since showing errors in the peek is the ugliest part of vscode that we have now imho. Another reason that peek UI is not the best for this is because peek has a lot of horizontal space and not a lot of vertical, which is not correct for exceptions which usually want to show a stack trace, e.g
As for the motivation of this I only see the request from the C# exception. Do all the other languages also expect an experience which is similar to Visual Studio? In any case I do not see a rush for doing this in January -> I propose we push it to February and then design this nicely if we decide we want to change something here. |
Showing the stacktrace in the peek UI is not necessary because we already have the CALLSTACK view.
Currently:
We'll defer the implementation to February. |
see microsoft/vscode-debugadapter-node#97 for the corresponding protocol change |
ping @michelkaporin |
Fixes #16860: Improving exception experience
Closing this since we have an initial exception widget (still needs a bit of ux polish) thanks to @michelkaporin #20807 |
@isidorn @michelkaporin make sure that the hover information available on the CALL STACK view is shown in the peek UI. I'm referring to the bullet item
|
For details see dotnet/vscode-csharp#1007
We could consider to revive the Peek UI.
The text was updated successfully, but these errors were encountered: