VSCode: Add new activity bar entries & custom “pages”

只愿长相守 提交于 2019-12-10 21:38:20

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!