-
Notifications
You must be signed in to change notification settings - Fork 31k
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
Productise or remove explorer experimental custom hover #205061
Comments
I'll make sure to adapt this when I finish the hover work for lists |
Redmond agreed that disabling the hover completely was a bad idea since it would open the door up for people requesting settings for disabling the hover in many different places. Instead we aimed to solve the main problem I heard about the explorer hover which is that it does not include useful information and can actually obstruct the information the explorer displays. For this, we aimed to try to implement a hover similar to what windows does but it ended up causing too many regressions |
@lramos15 but people that are annoyed by the hover can configure a high hover delay (I actually do that) and then this should be OK no? |
That messes with all workbench hovers though |
@lramos15 do we have users using the experimental custom hover? I also gave it a try to have it similar to the windows explorer but it is not possible to do this well. So personally I think we can remove the experimental explorer hover. |
Regarding #173236: I agree with @lramos15. Changing the hover delay should not be the solution as it affects all hovers in the workbench. Also adding a setting for disabling the hover in the explorer might have the danger of users wanting to support it in all other places individually which would not be great, but we still need to find a better solution here so having a setting for just the explorer might have to be a solution. Another option could be to show the hover to the side of the element making sure it does not cover any other elements |
@benibenj I think we can just remove the explorer hover code. It is very broken and not something we support, regardless of the users. I don't know anyone who is using it as I have not heard any discussion about it for quite some time. |
Then lets do that. |
vscode/src/vs/workbench/contrib/files/browser/views/explorerViewer.ts
Lines 402 to 420 in b2598b9
The text was updated successfully, but these errors were encountered: