提交 ec26610b 编写于 作者: I isidor

panel: allow panel toggling in no-folder workspace

上级 21f03f7f
......@@ -135,10 +135,9 @@ class TogglePanelAction extends Action {
constructor(
id: string,
name: string,
@IPartService private partService: IPartService,
@IWorkspaceContextService contextService: IWorkspaceContextService
@IPartService private partService: IPartService
) {
super(id, name, null, !!contextService.getWorkspace());
super(id, name, null);
}
public run(): Promise {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册