From 4a04d6a81ed0a04dae10e45529128ea461285d31 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 24 May 2023 13:41:04 -0400 Subject: [PATCH] Enables minimap by default --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 08f6bbd..818b081 100644 --- a/package.json +++ b/package.json @@ -2351,7 +2351,7 @@ }, "gitlens.graph.minimap.enabled": { "type": "boolean", - "default": false, + "default": true, "markdownDescription": "Specifies whether to show a minimap of commit activity above the _Commit Graph_", "scope": "window", "order": 100