Este site funciona melhor com JavaScript.
Página inicial
Explorar
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Removes unneeded async
main
Eric Amodio
6 anos atrás
pai
34af748d9b
commit
8943c25807
1 arquivos alterados
com
3 adições
e
3 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+3
-3
src/vsls/guest.ts
+ 3
- 3
src/vsls/guest.ts
Ver arquivo
@ -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é-visualização
Carregando…
Cancelar
Salvar