Revert "SCM - Introduce another open changes command got editor/command palette (#138293)"

This reverts commit af8b6ad9f0.
This commit is contained in:
Ladislau Szomoru
2022-01-10 15:08:39 +01:00
parent 9f24aee741
commit ff75a30d9f
2 changed files with 1 additions and 12 deletions

View File

@@ -84,12 +84,6 @@
"command": "git.openChange",
"title": "%command.openChange%",
"category": "Git",
"icon": "$(compare-changes)"
},
{
"command": "git.openChangeEditor",
"title": "%command.openChange%",
"category": "Git",
"icon": "$(compare-changes)",
"enablement": "scmActiveResourceHasChanges"
},
@@ -613,10 +607,6 @@
},
{
"command": "git.openChange",
"when": "false"
},
{
"command": "git.openChangeEditor",
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"
},
{
@@ -1378,7 +1368,7 @@
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && isInNotebookTextDiffEditor && resourceScheme =~ /^git$|^file$/"
},
{
"command": "git.openChangeEditor",
"command": "git.openChange",
"group": "navigation",
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && !isInDiffEditor && resourceScheme == file"
},