Просмотр исходного кода

Fixes codelens updating when config changes

main
Eric Amodio 7 лет назад
Родитель
Сommit
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();
}

Загрузка…
Отмена
Сохранить