support hiding the status bar#10092
Conversation
392465a to
47e6eb9
Compare
|
@vince-fugnitto can you help me to solve the issue causes the builds to fail, The problem is with the injection of the |
@EstherPerelman you can try the following file to resolve the test bindings: https://gist.github.com/vince-fugnitto/19456daac6167c2f3ec71626050ba1a7 |
@vince-fugnitto thank you for the clear and perfect solution! |
msujew
left a comment
There was a problem hiding this comment.
The changes look good to me and I can confirm that everything works as expected:
- Toggling the status bar using the menu entry/command/keyboard shortcut
- Toggling the status bar using the preferences
|
@vince-fugnitto, Thank you for the comments, I've uploaded the fixes and replied to this comment, Please merge it if possible... |
vince-fugnitto
left a comment
There was a problem hiding this comment.
The functionality of the changes work well for me 👍
I have a minor comment about adding a changelog entry.
Signed-off-by: Esther Perelman <esther.perelman@sap.com>
32cb061 to
896a9c0
Compare
@vince-fugnitto thank you, I have updated the CHANGELOG.md |
vince-fugnitto
left a comment
There was a problem hiding this comment.
The changes look good to me 👍
I confirmed that:
- the preference works well
- using the command properly toggles the statusbar and updates the preference
@vince-fugnitto This PR is quite necessary for us, If it will be merged for tomorrow it will help us (this not seem to be so big change, don't you think like?) |
Signed-off-by: Esther Perelman esther.perelman@sap.com
What it does
This PR supports hiding the status bar (blue bar on the bottom) in 2 ways:
By selecting the

Toggle status Barcommand from theviewmenu:By updating the

workbench.statusBar.visiblesetting in the preferences file.How to test
Review checklist
Reminder for reviewers