Skip to content

Commit

Permalink
Git - fix reopen closed repositories action visibility issue (#205851)
Browse files Browse the repository at this point in the history
  • Loading branch information
lszomoru committed Feb 21, 2024
1 parent a7ac708 commit 414f2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1462,7 +1462,7 @@
{
"command": "git.reopenClosedRepositories",
"group": "navigation@1",
"when": "scmProvider == git && git.closedRepositoryCount > 0"
"when": "git.closedRepositoryCount > 0"
}
],
"scm/sourceControl": [
Expand Down

0 comments on commit 414f2cd

Please sign in to comment.