From f2ba92c65a4047871e914094d22a225dcd04bf76 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Tue, 25 Aug 2020 01:40:50 -0400 Subject: [PATCH] Disables the repositories view by default --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c4d375..517450b 100644 --- a/package.json +++ b/package.json @@ -1871,7 +1871,7 @@ }, "gitlens.views.repositories.enabled": { "type": "boolean", - "default": true, + "default": false, "markdownDescription": "Specifies whether to show the _Repositories_ view", "scope": "window" },