CodinGame / monaco-vscode-api

VSCode public API plugged on the monaco editor
MIT License
205 stars 29 forks source link

View Actions tooltips are not showing #422

Closed Abdallatif closed 1 month ago

Abdallatif commented 2 months ago

I've encountered an issue with tooltips not displaying for the actions within views toolbar. Specifically, tooltips appear correctly for main activities, such as hovering over the search icon which displays the "Search" tooltip. However, tooltips fail to appear for actions within the explorer view, like the 'New File' action.

The above issue happens in the default (attached views) mode, but it's working correctly in the full workbench mode.

I'm able to reproduce the issue in the demo as well.

CGNonofr commented 2 months ago

Thanks for the report!

Abdallatif commented 1 month ago

@CGNonofr Thanks for working on this! It fixed the problem for most tooltips of the editor but the issue still there for actions in the title - like when there is only 1 view in a view container, the tooltips won't work.

https://github.com/CodinGame/monaco-vscode-api/assets/10572734/62fc4a7f-2536-4a38-bfbe-30b8e539aa9b

github-actions[bot] commented 1 month ago

:tada: This issue has been resolved in version 5.1.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: