Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Gates getCurrentUser to avoid extra git calls
main
Eric Amodio
hace 4 años
padre
8559ee3630
commit
82ce0d0d77
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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
;
Escribir
Vista previa
Cargando…
Cancelar
Guardar