Skip to content

Commit

Permalink
Ensure Continue in Web and Continue in Clone appear in remote indicat…
Browse files Browse the repository at this point in the history
…or on desktop git and remote git windows respectively
  • Loading branch information
joyceerhl committed Jan 24, 2023
1 parent 95ee0f0 commit 47e46f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion extensions/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
3 changes: 2 additions & 1 deletion extensions/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 47e46f0

Please sign in to comment.