Explorar el Código

Gates getCurrentUser to avoid extra git calls

main
Eric Amodio hace 4 años
padre
commit
82ce0d0d77
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/git/gitService.ts

+ 1
- 0
src/git/gitService.ts Ver fichero

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

Cargando…
Cancelar
Guardar