提交 3edd4f4c 编写于 作者: S Sandeep Somavarapu

Fix #78156

上级 8fda22e1
...@@ -556,7 +556,8 @@ export class PersistentContributableViewsModel extends ContributableViewsModel { ...@@ -556,7 +556,8 @@ export class PersistentContributableViewsModel extends ContributableViewsModel {
visibleGlobal: undefined, visibleGlobal: undefined,
visibleWorkspace: isUndefined(workspaceViewState.isHidden) ? undefined : !workspaceViewState.isHidden, visibleWorkspace: isUndefined(workspaceViewState.isHidden) ? undefined : !workspaceViewState.isHidden,
collapsed: workspaceViewState.collapsed, collapsed: workspaceViewState.collapsed,
order: workspaceViewState.order order: workspaceViewState.order,
size: workspaceViewState.size
}); });
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册