This commit is contained in:
Joao Moreno
2017-03-08 16:08:46 +01:00
parent 4d3cfdc472
commit fc3ed5f134

View File

@@ -510,12 +510,12 @@
{
"command": "git.openFile",
"group": "navigation",
"when": "isInDiffEditor"
"when": "isInDiffEditor && resourceScheme == file"
},
{
"command": "git.openChange",
"group": "navigation",
"when": "!isInDiffEditor"
"when": "!isInDiffEditor && resourceScheme == file"
}
]
},