Ensure Continue in Web and Continue in Clone appear in remote indicator on desktop git and remote git windows respectively (#172086)

This commit is contained in:
Joyce Er
2023-01-23 17:29:20 -08:00
committed by GitHub
parent 1aa35593cb
commit 0a6c277e4f
2 changed files with 4 additions and 2 deletions

View File

@@ -723,7 +723,8 @@
{
"command": "git.continueInLocalClone",
"qualifiedName": "%command.continueInLocalClone.qualifiedName%",
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName",
"remoteGroup": "remote_42_git_0_local@0"
}
],
"keybindings": [