mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-26 13:19:42 +00:00
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user