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
Removes unneeded async
main
Eric Amodio
hace 6 años
padre
34af748d9b
commit
8943c25807
Se han
modificado 1 ficheros
con
3 adiciones
y
3 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+3
-3
src/vsls/guest.ts
+ 3
- 3
src/vsls/guest.ts
Ver fichero
@ -44,13 +44,13 @@ export class VslsGuestService implements Disposable {
dispose() {
}
@log
(
)
private
async
onAvailabilityChanged
(
available
:
boolean
)
{
private
onAvailabilityChanged
(
available
:
boolean
)
{
if
(
available
)
{
setCommandContext
(
CommandContext
.
Enabled
,
true
)
;
void
setCommandContext
(
CommandContext
.
Enabled
,
true
)
;
return
;
}
setCommandContext
(
CommandContext
.
Enabled
,
false
)
;
void
setCommandContext
(
CommandContext
.
Enabled
,
false
)
;
void
window
.
showWarningMessage
(
`
GitLens features will be unavailable. Unable to connect to the host GitLens service. The host may have disabled GitLens guest access or may not have GitLens installed.
`
)
;
Escribir
Vista previa
Cargando…
Cancelar
Guardar