Ver código fonte

Fixes codelens updating when config changes

main
Eric Amodio 7 anos atrás
pai
commit
6504b7822c
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      src/gitCodeLensProvider.ts

+ 2
- 0
src/gitCodeLensProvider.ts Ver arquivo

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

Carregando…
Cancelar
Salvar