Procházet zdrojové kódy

Fixes codelens updating when config changes

main
Eric Amodio před 7 roky
rodič
revize
6504b7822c
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      src/gitCodeLensProvider.ts

+ 2
- 0
src/gitCodeLensProvider.ts Zobrazit soubor

@ -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();
}

Načítá se…
Zrušit
Uložit