Skip to content

Commit

Permalink
Add group to copy vscode.dev link in share (#161400)
Browse files Browse the repository at this point in the history
Part of #157722
  • Loading branch information
alexr00 committed Sep 21, 2022
1 parent d26952b commit 8aa37f3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions extensions/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
},
Expand Down

0 comments on commit 8aa37f3

Please sign in to comment.