Procházet zdrojové kódy

Gates getCurrentUser to avoid extra git calls

main
Eric Amodio před 4 roky
rodič
revize
82ce0d0d77
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      src/git/gitService.ts

+ 1
- 0
src/git/gitService.ts Zobrazit soubor

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

Načítá se…
Zrušit
Uložit