https://github.com/ctf0/vscode-activitybar-separator
https://github.com/ctf0/vscode-activitybar-separator
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ctf0/vscode-activitybar-separator
- Owner: ctf0
- License: mit
- Created: 2020-08-09T09:35:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:54:46.000Z (over 3 years ago)
- Last Synced: 2024-10-11T12:19:01.335Z (over 1 year ago)
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Activitybar Separator
add up to 5 seperators to your activity bar, so you can easily separate/categories your views shortcuts.
## # How To
we use [viewsContainers](https://code.visualstudio.com/api/references/contribution-points#contributes.viewsContainers) to add the seprators to the activity-bar list which also means that we'll have to create an empty view for that item.
it doesn't affect the usage in anything, except when u press on any of the seperator items, you will open an empty view.
