mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 22:12:26 +01:00
fix(git): 🐛 git api commands should be registered as contributions
Closes: #111658
This commit is contained in:
@@ -515,6 +515,21 @@
|
||||
"command": "git.rebaseAbort",
|
||||
"title": "%command.rebaseAbort%",
|
||||
"category": "Git"
|
||||
},
|
||||
{
|
||||
"command": "git.api.getRepositories",
|
||||
"title": "%command.api.getRepositories%",
|
||||
"category": "Git API"
|
||||
},
|
||||
{
|
||||
"command": "git.api.getRepositoryState",
|
||||
"title": "%command.api.getRepositoryState%",
|
||||
"category": "Git API"
|
||||
},
|
||||
{
|
||||
"command": "git.api.getRemoteSources",
|
||||
"title": "%command.api.getRemoteSources%",
|
||||
"category": "Git API"
|
||||
}
|
||||
],
|
||||
"keybindings": [
|
||||
@@ -898,6 +913,18 @@
|
||||
{
|
||||
"command": "git.timeline.compareWithSelected",
|
||||
"when": "false"
|
||||
},
|
||||
{
|
||||
"command": "git.api.getRepositories",
|
||||
"when": "false"
|
||||
},
|
||||
{
|
||||
"command": "git.api.getRepositoryState",
|
||||
"when": "false"
|
||||
},
|
||||
{
|
||||
"command": "git.api.getRemoteSources",
|
||||
"when": "false"
|
||||
}
|
||||
],
|
||||
"scm/title": [
|
||||
|
||||
Reference in New Issue
Block a user