Šī lapa labāk darbojas, ja pārlūkam ir iespējots JavaScript.
Sākums
Izpētīt
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Kods
Problēmas
0
Izmaiņu pieprasījumi
0
Laidieni
0
Vikivietne
Aktivitāte
Pārlūkot izejas kodu
Fixes
#1923
updates titles when # of repos change
main
Eric Amodio
pirms 2 gadiem
vecāks
65285251be
revīzija
908e8b26ce
7 mainītis faili
ar
18 papildinājumiem
un
0 dzēšanām
Dalītais skats
Salīdzināšanas iespējas
Rādīt statistiku
Lejupielādēt ielāpa failu
Lejupielādēt izmaiņu failu
+6
-0
CHANGELOG.md
+2
-0
src/views/branchesView.ts
+2
-0
src/views/contributorsView.ts
+2
-0
src/views/remotesView.ts
+2
-0
src/views/stashesView.ts
+2
-0
src/views/tagsView.ts
+2
-0
src/views/worktreesView.ts
+ 6
- 0
CHANGELOG.md
Parādīt failu
@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [
Keep a Changelog
](
http://keepachangelog.com/
) and this project adheres to [
Semantic Versioning
](
http://semver.org/
).
## [Unreleased]
## Fixed
- Fixes [
#1923
](
https://github.com/gitkraken/vscode-gitlens/issues/1923
) - View titles fail to update properly when number of "opened" repos changes
## [12.0.5] - 2022-03-17
### Changed
+ 2
- 0
src/views/branchesView.ts
Parādīt failu
@ -100,6 +100,8 @@ export class BranchesViewNode extends RepositoriesSubscribeableNode
return
child
.
getChildren
(
)
;
}
this
.
view
.
title
=
'Branches'
;
return
this
.
children
;
}
+ 2
- 0
src/views/contributorsView.ts
Parādīt failu
@ -107,6 +107,8 @@ export class ContributorsViewNode extends RepositoriesSubscribeableNode
return
children
;
}
this
.
view
.
title
=
'Contributors'
;
return
this
.
children
;
}
+ 2
- 0
src/views/remotesView.ts
Parādīt failu
@ -94,6 +94,8 @@ export class RemotesViewNode extends RepositoriesSubscribeableNode
return
child
.
getChildren
(
)
;
}
this
.
view
.
title
=
'Remotes'
;
return
this
.
children
;
}
+ 2
- 0
src/views/stashesView.ts
Parādīt failu
@ -82,6 +82,8 @@ export class StashesViewNode extends RepositoriesSubscribeableNode
return
child
.
getChildren
(
)
;
}
this
.
view
.
title
=
'Stashes'
;
return
this
.
children
;
}
+ 2
- 0
src/views/tagsView.ts
Parādīt failu
@ -82,6 +82,8 @@ export class TagsViewNode extends RepositoriesSubscribeableNode
return
child
.
getChildren
(
)
;
}
this
.
view
.
title
=
'Tags'
;
return
this
.
children
;
}
+ 2
- 0
src/views/worktreesView.ts
Parādīt failu
@ -88,6 +88,8 @@ export class WorktreesViewNode extends RepositoriesSubscribeableNode
return
children
;
}
this
.
view
.
title
=
'Worktrees'
;
return
this
.
children
;
}
Rakstīt
Priekšskatītījums
Notiek ielāde…
Atcelt
Saglabāt