Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/github/package.json')
-rw-r--r--extensions/github/package.json25
1 files changed, 20 insertions, 5 deletions
diff --git a/extensions/github/package.json b/extensions/github/package.json
index fb33fbaf3a5..a5de87a74b7 100644
--- a/extensions/github/package.json
+++ b/extensions/github/package.json
@@ -26,7 +26,8 @@
}
},
"enabledApiProposals": [
- "contribShareMenu"
+ "contribShareMenu",
+ "contribEditSessions"
],
"contributes": {
"commands": [
@@ -37,10 +38,20 @@
{
"command": "github.copyVscodeDevLink",
"title": "Copy vscode.dev Link"
- },
- {
- "command": "github.copyVscodeDevLinkFile",
- "title": "Copy vscode.dev Link"
+ },
+ {
+ "command": "github.copyVscodeDevLinkFile",
+ "title": "Copy vscode.dev Link"
+ },
+ {
+ "command": "github.openOnVscodeDev",
+ "title": "Open on vscode.dev"
+ }
+ ],
+ "continueEditSession": [
+ {
+ "command": "github.openOnVscodeDev",
+ "when": "github.hasGitHubRepo"
}
],
"menus": {
@@ -56,6 +67,10 @@
{
"command": "github.copyVscodeDevLinkFile",
"when": "false"
+ },
+ {
+ "command": "github.openOnVscodeDev",
+ "when": "false"
}
],
"file/share": [