You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When debugging with Theia IDE, I hover over a variable to show its properties.
If the hover does not fit in the editor, it is clipped at the editor's borders.
(whereas, e.g., code assist hovers in the editor are not clipped)
Steps to Reproduce:
Debug a typescript application within Theia IDE
Place and hit a breakpoint
Make the editor part small enough so the hover does not fit within its borders
Hover over an object
Additional Information
Operating System: MacOS 15.3
Theia Version: Theia IDE 1.58.100
The text was updated successfully, but these errors were encountered:
Bug Description:
When debugging with Theia IDE, I hover over a variable to show its properties.
If the hover does not fit in the editor, it is clipped at the editor's borders.
(whereas, e.g., code assist hovers in the editor are not clipped)
Steps to Reproduce:
Additional Information
The text was updated successfully, but these errors were encountered: