Този сайт работи по-добре с JavaScript.
Начало
Каталог
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Наблюдаван
1
Харесван
0
Разклонения
0
Код
Задачи
0
Заявки за сливане
0
Версии
0
Уики
Activity
Преглед на файлове
Fixes
#1923
updates titles when # of repos change
main
Eric Amodio
преди 2 години
родител
65285251be
ревизия
908e8b26ce
променени са
7 файла
, в които са
добавени 18
реда и са
изтрити 0
реда
Разделен изглед
Diff Options
Показване на статистика
Download Patch File
Download Diff File
+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
Целия файл
@ -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
Целия файл
@ -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
Целия файл
@ -107,6 +107,8 @@ export class ContributorsViewNode extends RepositoriesSubscribeableNode
return
children
;
}
this
.
view
.
title
=
'Contributors'
;
return
this
.
children
;
}
+ 2
- 0
src/views/remotesView.ts
Целия файл
@ -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
Целия файл
@ -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
Целия файл
@ -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
Целия файл
@ -88,6 +88,8 @@ export class WorktreesViewNode extends RepositoriesSubscribeableNode
return
children
;
}
this
.
view
.
title
=
'Worktrees'
;
return
this
.
children
;
}
Пиши
Преглед
Зареждане…
Отказ
Запис