fix #8226: Add a settings menu on left sidebar bottom#8372
fix #8226: Add a settings menu on left sidebar bottom#8372akosyakov merged 1 commit intoeclipse-theia:masterfrom datou0412:master
Conversation
Yes, vscode does the same, the idea is not to force end-users to use one solution or the other but provide alternative ways for them to be able to access the menu. Removing the menus from |
Update: I believe it is present in vscode, just under a different menu, see: #6497 |
vince-fugnitto
left a comment
There was a problem hiding this comment.
@datou0412 thank you for updating the pull-request and restoring the top-level menu for settings 👍
The changes work very well, I verified that:
- each command works successfully
- the sidepanel entry for
settingscannot be moved, and is always visible
I think we can think about adding more entries like command palette in future iterations as not to hold back the changes.
I'll also give others a chance to review as well 👍
|
Need a re-review @akosyakov |
packages/core/src/browser/sidebar-bottom-menu-application-contribution.ts
Outdated
Show resolved
Hide resolved
packages/core/src/browser/sidebar-bottom-menu-application-contribution.ts
Outdated
Show resolved
Hide resolved
akosyakov
left a comment
There was a problem hiding this comment.
wow that's very clean work, could you address comments if you are agree and we merge
Signed-off-by: 二凢 <dingyu.wdy@alibaba-inc.com>
Of course, u r the boss :D |



Signed-off-by: 二凢 dingyu.wdy@alibaba-inc.com
What it does
Fixes: #8226
Add a settings menu on left sidebar bottom.
How to test
Review checklist
Reminder for reviewers