mirror of
https://github.com/microsoft/vscode.git
synced 2026-03-03 15:29:23 +00:00
🐛 fixes #22059
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user