From caab0f3339451eb75d007149952bca39b2a168d1 Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Tue, 6 Feb 2024 12:44:33 -0500 Subject: [PATCH] Remove duplicate 'clearLogOutput' command (#544) --- package.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index 61d6ad10..049d4805 100644 --- a/package.json +++ b/package.json @@ -2540,11 +2540,6 @@ "title": "Send 'arg' button key press to Roku as a remote control", "category": "Brightscript" }, - { - "command": "extension.brightscript.clearLogOutput", - "title": "Clear the brightscript log output", - "category": "Brightscript" - }, { "command": "extension.brightscript.toggleRemoteControlMode", "title": "Toggle remote control mode", @@ -2693,7 +2688,7 @@ }, { "command": "extension.brightscript.clearLogOutput", - "title": "Clear Log Output", + "title": "Clear the brightscript log output", "category": "Brightscript" }, {