Open
Description
Does this issue occur when all extensions are disabled?: N/A (need some debugger extension to test)
- VS Code Version: 1.92.1
- OS Version: Arch LInux x64 6.6.44-3-lts
Steps to Reproduce:
- Open the debugger for any language.
- Pause on a breakpoint. Either with a deep enough stack so that it doesn't load fully and shows
Show N More Stack Frames
message. OR some debugger extensions apparently don't load the stack at all by default, and displayLoad More Stack Frames
after the first entry. - Make sure the stack frames already shown have very long names.
- Observe that the
Load More Stack Frames
(orShow N More Stack Frames
) is centered relative to the longest frame name, making it completely invisible if frame names are long and the panel is narrow. See picture:
Completely invisible on small panel widths:
Only starts appearing on large panel widths:
I suggest that this text should be centered based on the physical panel width (ignoring the scroll).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment