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:
Ladislau Szomoru
2024-09-13 23:35:29 +02:00
committed by GitHub
parent 4b10d948d5
commit 056af29c9b
2 changed files with 114 additions and 29 deletions

View File

@@ -1958,7 +1958,7 @@
"scm/history/title": [
{
"command": "git.fetchAll",
"group": "navigation@2",
"group": "navigation@999",
"when": "scmProvider == git"
}
],