问题
I'd like to add new activity bar entries and create a custom "page" when developing an extension. Is that even possible?
My idea is create a database manager like Sequel Pro inside VSCode.
回答1:
v.1.23 added the ability for extension authors to add icons to the activity bar.
custom activity bar views
extension code for contributing to the activity bar
回答2:
This concrete extension implements a custom Activity Bar.
As far as I know, you can put only a treeview there:
https://github.com/Microsoft/vscode-azureappservice
来源:https://stackoverflow.com/questions/45877862/vscode-add-new-activity-bar-entries-custom-pages