이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
Removes unneeded async
main
Eric Amodio
6 년 전
부모
34af748d9b
커밋
8943c25807
1개의 변경된 파일
과
3개의 추가작업
그리고
3개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
src/vsls/guest.ts
+ 3
- 3
src/vsls/guest.ts
파일 보기
@ -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.
`
)
;
쓰기
미리보기
불러오는 중...
취소
저장