mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
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:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user