From 25aadd4fe35f74c40fc5956e8a64a07457cfa0ce Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Thu, 22 Dec 2022 10:08:37 -0500 Subject: [PATCH] Updates plus setting desc for clarity --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index acd7bf2..bc34ccc 100644 --- a/package.json +++ b/package.json @@ -3694,7 +3694,7 @@ "gitlens.plusFeatures.enabled": { "type": "boolean", "default": true, - "markdownDescription": "Specifies whether to enable GitLens+ features", + "markdownDescription": "Specifies whether to hide or show GitLens+ features that are not accessible given the opened repositories and current subscription", "scope": "window", "order": 60 },