From d1619a429256df4ed494525eec094ea914962936 Mon Sep 17 00:00:00 2001 From: EBell Date: Thu, 13 Feb 2020 17:29:05 -0600 Subject: [PATCH] Configured titles for initial caps --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 8a5e74b..94911ad 100644 --- a/package.json +++ b/package.json @@ -33,27 +33,27 @@ "contributes": { "commands": [{ "command": "extension.linesRemove", - "title": "lines remove" + "title": "Lines Remove" }, { "command": "extension.linesRemoveInverse", - "title": "lines remove inverse" + "title": "Lines Remove Inverse" }, { "command": "extension.linesMark", - "title": "lines mark" + "title": "Lines Mark" }, { "command": "extension.linesClearMarks", - "title": "lines clear marks" + "title": "Lines Clear Marks" }, { "command": "extension.linesRemoveMarked", - "title": "lines remove marked" + "title": "Lines Remove Marked" }, { "command": "extension.linesRemoveUnmarked", - "title": "lines remove unmarked" + "title": "Lines Remove Unmarked" }] }, "scripts": { @@ -65,4 +65,4 @@ "typescript": "^1.8.5", "vscode": "^0.11.0" } -} \ No newline at end of file +}