From b25234c3a0f55a9e0ecd74b6e2b3cf1ef5bdb94d Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Mon, 9 Jul 2018 01:17:18 -0400 Subject: [PATCH] Removes "configuration" from config title --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f32ad35..3242f9e 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "contributes": { "configuration": { "type": "object", - "title": "GitLens configuration", + "title": "GitLens", "properties": { "gitlens.blame.avatars": { "type": "boolean",