-
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
Debug hover is show on top of the item I wanted the hover for #107695
Comments
The debug hover currently sets the preference to be placed above the location here. It is up to the editor to choose the exact location, and in this particular case the editor decided to show the hover covering the item completely. I am not sure if we can do anything regarding this. fyi @alexdima for potential ideas |
@isidorn Maybe there is a missing The positioning code will measure the widget and then cache its height. It looks like the editor positions the widget as if it would be only one line height high (i.e. without the wrapping seen in the picture) |
@alexdima good idea, but that does not seem to be the case looking at the code. |
@isidorn How about this code path --
layoutContentWidget be called if there is a chance that the tree has expanded its height?
|
Is this in today's insiders? |
@sandy081 no, will be tomorrow. I just pushed 1 hour ago :) |
Closing as I pushed an improvment for this and no further actoin is planned |
Testing #107156
vscode.workspace.rootPath
, the debug hover is shown covering the item completelyThe text was updated successfully, but these errors were encountered: