提交 8b1c540c 编写于 作者: B Benjamin Pasero

fix npe in views array of explorer viewlet

上级 09f19a92
......@@ -62,6 +62,8 @@ export class ExplorerViewlet extends Viewlet {
) {
super(VIEWLET_ID, telemetryService);
this.views = [];
this.viewletState = new FileViewletState();
this.viewletVisibleContextKey = keybindingService.createKey<boolean>('explorerViewletVisible', true);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册