Parcourir la source

Gates getCurrentUser to avoid extra git calls

main
Eric Amodio il y a 4 ans
Parent
révision
82ce0d0d77
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. +1
    -0
      src/git/gitService.ts

+ 1
- 0
src/git/gitService.ts Voir le fichier

@ -1394,6 +1394,7 @@ export class GitService implements Disposable {
}
@log()
@gate()
async getCurrentUser(repoPath: string) {
let user = this._userMapCache.get(repoPath);
if (user != null) return user;

Chargement…
Annuler
Enregistrer