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
Fixes undefined exception
main
Eric Amodio
hace 6 años
padre
8d030accf5
commit
c4d7de1978
Se han
modificado 1 ficheros
con
3 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+3
-1
src/views/gitExplorer.ts
+ 3
- 1
src/views/gitExplorer.ts
Ver fichero
@ -202,7 +202,9 @@ export class GitExplorer extends Disposable implements TreeDataProvider
this
.
setRoot
(
await
this
.
getRootNode
(
window
.
activeTextEditor
)
)
;
}
this
.
_root
!
.
refresh
(
)
;
if
(
this
.
_root
!==
undefined
)
{
this
.
_root
.
refresh
(
)
;
}
this
.
_onDidChangeTreeData
.
fire
(
)
;
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar