You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this iteration we added support for moving the activity bar location to the bottom. While doing so we also made changes to the way the activity bar is rendered when placed at the top.
Testing:
Open both primary and secondary side bar and make sure there is at least 1 view open in each.
Set workbench.activityBar.location: "bottom"
The activity bar should be moved to the bottom of both side bars
Interact with the activity bar to make sure it works: Open different views and reorder them with drag and drop
Make sure in the secondary side bar that there is a close button at the top right corner.
Set workbench.activityBar.location: "top"
The activity bar is now moved to the top of the side bar, above the title of the view/container.
Interact with the activity bar to make sure it works: Open different views and reorder them with drag and drop
Make sure in the secondary side bar that there is a close button at the top right corner.
The text was updated successfully, but these errors were encountered:
Refs: #118692
Complexity: 3
Create Issue
In this iteration we added support for moving the activity bar location to the bottom. While doing so we also made changes to the way the activity bar is rendered when placed at the top.
Testing:
workbench.activityBar.location: "bottom"
workbench.activityBar.location: "top"
The text was updated successfully, but these errors were encountered: