提交 67795580 编写于 作者: I isidor

fixes #44489

上级 5974852a
......@@ -21,8 +21,7 @@ export class SearchViewLocationUpdater implements IWorkbenchContribution {
if (config.search.location === 'panel') {
viewletService.setViewletEnablement(VIEW_ID, false);
panelService.setPanelEnablement(VIEW_ID, true);
}
if (config.search.location === 'sidebar') {
} else {
panelService.setPanelEnablement(VIEW_ID, false);
viewletService.setViewletEnablement(VIEW_ID, true);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册