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
If you use Firefox with the web version of VSCode and hover over files in the explorer pane or tabs in the editors, the tooltips do not disappear once you move your mouse away.
This was first reported as coder/code-server#6719 but it seems that it is really an upstream problem.
If you use Firefox with the web version of VSCode and hover over files in the explorer pane or tabs in the editors, the tooltips do not disappear once you move your mouse away.
This was first reported as coder/code-server#6719 but it seems that it is really an upstream problem.
To reproduce:
Video:
In vscode.dev:
2026-01-28.12-06-06.mp4
In downstream code-server:
code_server_bug-2024-03-11_12.30.31.mp4
Workaround
Setting these options prevents the issue from occurring, but the tooltips don't appear consistently.
{ "workbench.sash.hoverDelay": 0, "workbench.hover.delay": 0 }VSCode Info
Version: 1.108.2
Commit: c9d7799
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0
Embedder: vscode.dev