Git - Missing action to "Open File" from a staged new file (fix #249963) (#274182)

This commit is contained in:
Benjamin Pasero
2025-11-02 19:21:45 +01:00
committed by GitHub
parent e69420f2b5
commit 16b9d1ba2a

View File

@@ -2499,6 +2499,11 @@
"group": "navigation",
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && isInNotebookTextDiffEditor && resourceScheme =~ /^git$|^file$/"
},
{
"command": "git.openFile",
"group": "navigation",
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && !isInDiffEditor && !isInNotebookTextDiffEditor && resourceScheme == git"
},
{
"command": "git.openChange",
"group": "navigation@2",