将 TreeView 的位置从 ActivityBar 更改为面板
Change position of a TreeView to the Panel from ActivityBar
我完全能够将我的 TreeView 从边栏移动到底部面板(问题、输出、终端...)。
但是,我不确定如何让我的 TreeView 默认显示在底部面板中。该文档未说明有关底部面板的任何信息。
有什么想法吗?
我将 panel
视为 viewContainer
的一个选项,如:
"contributes": {
"viewsContainers": {
"panel" : [ // instead of activityBar here
{
"id": "your virewContainer id",
"title": "your title",
"icon": "$(....)"
}
]
}
}
使用智能感知找到。
我完全能够将我的 TreeView 从边栏移动到底部面板(问题、输出、终端...)。
但是,我不确定如何让我的 TreeView 默认显示在底部面板中。该文档未说明有关底部面板的任何信息。
有什么想法吗?
我将 panel
视为 viewContainer
的一个选项,如:
"contributes": {
"viewsContainers": {
"panel" : [ // instead of activityBar here
{
"id": "your virewContainer id",
"title": "your title",
"icon": "$(....)"
}
]
}
}
使用智能感知找到。