Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
İzle
1
Yıldızla
0
Çatalla
0
Kod
Konular
0
Değişiklik İstekleri
0
Sürümler
0
Wiki
Aktivite
Kaynağa Gözat
Fixes retry action for Git commands
main
Eric Amodio
3 yıl önce
ebeveyn
0fbfb88da4
işleme
e6c7334b06
2 değiştirilmiş dosya
ile
7 ekleme
ve
2 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+6
-0
src/commands/quickCommand.buttons.ts
+1
-2
src/commands/quickCommand.ts
+ 6
- 0
src/commands/quickCommand.buttons.ts
Dosyayı Görüntüle
@ -37,6 +37,12 @@ export class ToggleQuickInputButton implements QuickInputButton {
this
.
_on
=
value
;
}
/
*
*
*
*
@param
quickInput
*
@returns
`
true
`
if
the
step
should
be
retried
(
refreshed
)
*
*
/
onDidClick
?
(
quickInput
:
QuickInput
)
:
boolean
|
void
|
Promise
<
boolean
|
void
>
;
private
getState() {
+ 1
- 2
src/commands/quickCommand.ts
Dosyayı Görüntüle
@ -190,8 +190,7 @@ export abstract class QuickCommand
implements QuickPickItem {
}
async
retry
(
)
:
Promise
<
QuickPickStep
|
QuickInputStep
|
undefined
>
{
await
this
.
next
(
Directive
.
Back
)
;
await
this
.
next
(
)
;
await
this
.
next
(
Directive
.
Noop
)
;
return
this
.
value
;
}
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet