-
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
ContextMenu in Editor/Title only available with Tabs active #9247
Comments
The actions then show in the context menu of the tab... Not nice and an active UX discussion. @bpasero for finding the duplicate of this |
@jrieken @alefragnani I am not sure this is the same issue, maybe can you clarify? you say that the actions are not showing up in the context menu if you disable tabs, so this would indicate that the issue is not related to us not showing actions when tabs are enabled. Today:
We plan to change this though to always show all actions int he right hand corner. |
There is an edge case where we show a context menu when tabs are disabled and you right click on the title: This might cause some confusion because that menu does not contain the actions contributed. All this will get much better with: #7666 |
The issue was related to this edge case. In fact I didn't notice that button in the right hand corner, sorry. Thank you both for clarifying 👍 |
Using the newly available API
Steps to Reproduce:
menu - editor/title
entry topackage.json
"workbench.editor.showTabs": false
)The new context menu command is not available. But if you turn on showTabs (
"workbench.editor.showTabs": true
), the command appears.Thanks in advance
The text was updated successfully, but these errors were encountered: