mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
SCM Graph - Add "Go to Current History Item" action (#228600)
* Reveal current history item if it is already part of the tree * Fetch current history item
This commit is contained in:
@@ -1958,7 +1958,7 @@
|
||||
"scm/history/title": [
|
||||
{
|
||||
"command": "git.fetchAll",
|
||||
"group": "navigation@2",
|
||||
"group": "navigation@999",
|
||||
"when": "scmProvider == git"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user