From 3bc64ee1ea992391d7c255ec103a2ab6369a7638 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Sun, 29 Jul 2018 00:24:44 -0400 Subject: [PATCH] Fixes enum descriptions --- package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 6e53d5b..f39c33c 100644 --- a/package.json +++ b/package.json @@ -231,10 +231,9 @@ "blocks" ], "enumDescriptions": [ - "", -"adds code lens at the top of the document", -"adds code lens at the start of container-like symbols (modules, classes, interfaces, etc)", -"adds code lens at the start of block-like symbols (functions, methods, etc) lines" + "Adds code lens at the top of the document", + "Adds code lens at the start of container-like symbols (modules, classes, interfaces, etc)", + "Adds code lens at the start of block-like symbols (functions, methods, etc) lines" ] }, "minItems": 1,