Surface 1-step vscode.dev Continue On option (#167636)

This commit is contained in:
Joyce Er 2022-11-29 14:16:39 -08:00 committed by GitHub
parent 2348f22d01
commit 4357b1c4d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,8 @@
"continueEditSession": [
{
"command": "github.openOnVscodeDev",
"when": "github.hasGitHubRepo"
"when": "github.hasGitHubRepo",
"qualifiedName": "Continue Working in VS Code for the Web"
}
],
"menus": {