mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 04:09:28 +00:00
SCM - graph hover provided by extension (#271519)
* Git - 💄 consolidate git blame and timeline hover code * Git - Delete code that was commented out * SCM - graph hover provided by extension * Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * More fixes * More fixes --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -157,13 +157,6 @@
|
||||
"group": "0_view@2"
|
||||
}
|
||||
],
|
||||
"scm/historyItem/hover": [
|
||||
{
|
||||
"command": "github.graph.openOnGitHub",
|
||||
"when": "github.hasGitHubRepo",
|
||||
"group": "1_open@1"
|
||||
}
|
||||
],
|
||||
"timeline/item/context": [
|
||||
{
|
||||
"command": "github.timeline.openOnGitHub",
|
||||
|
||||
Reference in New Issue
Block a user