提交 fb039437 编写于 作者: B Benjamin Pasero

shouldRestoreLastOpenedViewlet => shouldRestoreLastOpenedViewlet()

上级 3408691c
......@@ -255,7 +255,7 @@ export class Workbench implements IPartService {
if (!this.sideBarHidden) {
let viewletIdToRestore: string;
if (this.shouldRestoreLastOpenedViewlet) {
if (this.shouldRestoreLastOpenedViewlet()) {
viewletIdToRestore = this.storageService.get(SidebarPart.activeViewletSettingsKey, StorageScope.WORKSPACE);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册