Add group to copy vscode.dev link in share (#161400)

Part of #157722
This commit is contained in:
Alex Ross 2022-09-21 16:03:38 +02:00 committed by GitHub
parent d26952bfeb
commit 8aa37f3c9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,13 +77,15 @@
"file/share": [
{
"command": "github.copyVscodeDevLinkFile",
"when": "github.hasGitHubRepo"
"when": "github.hasGitHubRepo",
"group": "0_vscode@0"
}
],
"editor/context/share": [
{
"command": "github.copyVscodeDevLink",
"when": "github.hasGitHubRepo && resourceScheme != untitled"
"when": "github.hasGitHubRepo && resourceScheme != untitled",
"group": "0_vscode@0"
}
]
},