提交 cc7038cd 编写于 作者: S Sandeep Somavarapu

feedback

上级 6eaef4bd
......@@ -61,8 +61,8 @@ class StatusbarViewModel extends Disposable {
private hidden!: Set<string>;
private readonly _onDidChangeEntryVisibility: Emitter<{ id: string, visible: boolean }> = this._register(new Emitter<{ id: string, visible: boolean }>());
readonly onDidChangeEntryVisibility: Event<{ id: string, visible: boolean }> = this._onDidChangeEntryVisibility.event;
private readonly _onDidChangeEntryVisibility = this._register(new Emitter<{ id: string, visible: boolean }>());
readonly onDidChangeEntryVisibility = this._onDidChangeEntryVisibility.event;
constructor(private storageService: IStorageService) {
super();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册