From 4357b1c4d3b6d06c7d376d7739acf2236cc683f1 Mon Sep 17 00:00:00 2001 From: Joyce Er Date: Tue, 29 Nov 2022 14:16:39 -0800 Subject: [PATCH] Surface 1-step vscode.dev Continue On option (#167636) --- extensions/github/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions/github/package.json b/extensions/github/package.json index 3ab3d6895a3..91d49c77e8a 100644 --- a/extensions/github/package.json +++ b/extensions/github/package.json @@ -55,7 +55,8 @@ "continueEditSession": [ { "command": "github.openOnVscodeDev", - "when": "github.hasGitHubRepo" + "when": "github.hasGitHubRepo", + "qualifiedName": "Continue Working in VS Code for the Web" } ], "menus": {