ソースを参照

Fixes refresh issue on config change

main
Eric Amodio 6年前
コミット
e6f2ef15a6
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/views/historyExplorer.ts

+ 1
- 1
src/views/historyExplorer.ts ファイルの表示

@ -114,7 +114,7 @@ export class HistoryExplorer extends Disposable implements TreeDataProvider
this._disposable = this._tree;
}
if (!initializing && this._root === undefined) {
if (!initializing && this._root !== undefined) {
this.refresh(RefreshReason.ConfigurationChanged);
}
}

読み込み中…
キャンセル
保存