ソースを参照

Fixes codelens updating when config changes

main
Eric Amodio 7年前
コミット
6504b7822c
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      src/gitCodeLensProvider.ts

+ 2
- 0
src/gitCodeLensProvider.ts ファイルの表示

@ -45,6 +45,8 @@ export default class GitCodeLensProvider implements CodeLensProvider {
}
reset() {
this._config = workspace.getConfiguration('').get<IConfig>('gitlens');
Logger.log('Triggering a reset of the git CodeLens provider');
this._onDidChangeCodeLensesEmitter.fire();
}

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