Skip to content
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

Provide an option to hide the activity bar #14940

Merged
merged 9 commits into from
Nov 10, 2016

Conversation

golf1052
Copy link
Member

@golf1052 golf1052 commented Nov 3, 2016

Implements #1105

Adds the setting workbench.activityBar.visible that allows the user to toggle the activity bar visibility.
Adds the action workbench.action.toggleActivityBarVisibility that allows the user to toggle the activity bar visibility with a keybinding or an extension to toggle the visibility through a command.

2016-11-03_17-23-12

Fix bug where activity bar would be visible on startup even if it was set
to be hidden
Fix bug where settings would not reflect activity bar visibility
@mention-bot
Copy link

@golf1052, thanks for your PR! By analyzing the history of the files in this pull request, we identified @egamma, @bpasero and @isidorn to be potential reviewers.

@LiPengfei19820619
Copy link

Good,thank you. This is what I am expecting.

@bpasero bpasero assigned bpasero and unassigned chrisdias Nov 9, 2016
@bpasero bpasero merged commit d5519c3 into microsoft:master Nov 10, 2016
@bpasero
Copy link
Member

bpasero commented Nov 10, 2016

@golf1052 thanks! I pushed some cosmetic changes on top. I noticed that the activity bar was not following the status bar model of hiding in all aspects but rather worked like the sidebar and panel. While your change there was working I adopted the status bar model because imho the status bar and activity bar (when hidden) are not so likely to come back, whereas side bar and panel are more often being toggled.

@bpasero bpasero added this to the November 2016 milestone Nov 10, 2016
@golf1052 golf1052 deleted the hide-activity-bar branch December 12, 2016 08:02
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants