diff --git a/extensions/git/package.json b/extensions/git/package.json index a6d9267cf3c..c13bcbc3680 100644 --- a/extensions/git/package.json +++ b/extensions/git/package.json @@ -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": [ diff --git a/extensions/github/package.json b/extensions/github/package.json index 884c58cb399..8860eac0d7c 100644 --- a/extensions/github/package.json +++ b/extensions/github/package.json @@ -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": {