-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
fix #8226: Add a settings menu on left sidebar bottom #8372
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@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
settings
cannot 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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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