Ver a proveniência

Fixes codelens updating when config changes

main
Eric Amodio há 7 anos
ascendente
cometimento
6504b7822c
1 ficheiros alterados com 2 adições e 0 eliminações
  1. +2
    -0
      src/gitCodeLensProvider.ts

+ 2
- 0
src/gitCodeLensProvider.ts Ver ficheiro

@ -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
Guardar