mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
Git - remove commands that are not used (#237368)
Git - remove commands that are not used
This commit is contained in:
@@ -912,13 +912,6 @@
|
||||
"category": "Git",
|
||||
"enablement": "!operationInProgress"
|
||||
},
|
||||
{
|
||||
"command": "git.viewAllChanges",
|
||||
"title": "%command.viewAllChanges%",
|
||||
"icon": "$(diff-multiple)",
|
||||
"category": "Git",
|
||||
"enablement": "!operationInProgress"
|
||||
},
|
||||
{
|
||||
"command": "git.copyCommitId",
|
||||
"title": "%command.timelineCopyCommitId%",
|
||||
@@ -1444,10 +1437,6 @@
|
||||
"command": "git.viewCommit",
|
||||
"when": "false"
|
||||
},
|
||||
{
|
||||
"command": "git.viewAllChanges",
|
||||
"when": "false"
|
||||
},
|
||||
{
|
||||
"command": "git.stageFile",
|
||||
"when": "false"
|
||||
|
||||
Reference in New Issue
Block a user