浏览代码

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

正在加载...
取消
保存