From 0a6c277e4faa44a6b6eb82ddca8bfeccf7fecef6 Mon Sep 17 00:00:00 2001 From: Joyce Er Date: Mon, 23 Jan 2023 17:29:20 -0800 Subject: [PATCH] Ensure Continue in Web and Continue in Clone appear in remote indicator on desktop git and remote git windows respectively (#172086) --- extensions/git/package.json | 3 ++- extensions/github/package.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/extensions/git/package.json b/extensions/git/package.json index a6d9267cf3cfa..c13bcbc3680d6 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 884c58cb3992e..8860eac0d7ccb 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": {