Skip to content

Commit 414f2cd

Browse files
authored
Git - fix reopen closed repositories action visibility issue (microsoft#205851)
1 parent a7ac708 commit 414f2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/git/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1462,7 +1462,7 @@
14621462
{
14631463
"command": "git.reopenClosedRepositories",
14641464
"group": "navigation@1",
1465-
"when": "scmProvider == git && git.closedRepositoryCount > 0"
1465+
"when": "git.closedRepositoryCount > 0"
14661466
}
14671467
],
14681468
"scm/sourceControl": [

0 commit comments

Comments
 (0)