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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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": [

View file

@ -53,7 +53,8 @@
{
"command": "github.openOnVscodeDev",
"when": "github.hasGitHubRepo",
"qualifiedName": "Continue Working in VS Code for the Web"
"qualifiedName": "Continue Working in VS Code for the Web",
"remoteGroup": "virtualfs_43_file_0_web@0"
}
],
"menus": {