mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Renamed rebaseOnto to rebase
This commit is contained in:
@@ -299,8 +299,8 @@
|
||||
"category": "Git"
|
||||
},
|
||||
{
|
||||
"command": "git.rebaseOnto",
|
||||
"title": "%command.rebaseOnto%",
|
||||
"command": "git.rebase",
|
||||
"title": "%command.rebase%",
|
||||
"category": "Git"
|
||||
},
|
||||
{
|
||||
@@ -709,7 +709,7 @@
|
||||
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"
|
||||
},
|
||||
{
|
||||
"command": "git.rebaseOnto",
|
||||
"command": "git.rebase",
|
||||
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"
|
||||
},
|
||||
{
|
||||
@@ -1443,7 +1443,7 @@
|
||||
"command": "git.merge"
|
||||
},
|
||||
{
|
||||
"command": "git.rebaseOnto"
|
||||
"command": "git.rebase"
|
||||
},
|
||||
{
|
||||
"command": "git.branch"
|
||||
|
||||
Reference in New Issue
Block a user