mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-23 03:07:58 +00:00
Extract remote source provider registry into the vscode.git-base extension (#137656)
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
"*"
|
||||
],
|
||||
"extensionDependencies": [
|
||||
"vscode.git"
|
||||
"vscode.git-base"
|
||||
],
|
||||
"main": "./out/extension.js",
|
||||
"capabilities": {
|
||||
@@ -32,6 +32,14 @@
|
||||
"title": "Publish to GitHub"
|
||||
}
|
||||
],
|
||||
"menus": {
|
||||
"commandPalette": [
|
||||
{
|
||||
"command": "github.publish",
|
||||
"when": "git-base.gitEnabled"
|
||||
}
|
||||
]
|
||||
},
|
||||
"configuration": [
|
||||
{
|
||||
"title": "GitHub",
|
||||
|
||||
Reference in New Issue
Block a user