Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
Removes unneeded async
main
Eric Amodio
há 6 anos
ascendente
34af748d9b
cometimento
8943c25807
1 ficheiros alterados
com
3 adições
e
3 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+3
-3
src/vsls/guest.ts
+ 3
- 3
src/vsls/guest.ts
Ver ficheiro
@ -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.
`
)
;
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar