mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-14 10:03:15 -05:00
Fixes codelens updating when config changes
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user