From 04921498cbcc3d8438d8c28690770d01a4d5a57b Mon Sep 17 00:00:00 2001 From: Jason Conger Date: Tue, 12 Sep 2023 17:52:24 -0500 Subject: [PATCH] fix: add category to commands Add "Splunk" as the category to commands --- package.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 77acfb9..4ccbe4b 100644 --- a/package.json +++ b/package.json @@ -352,19 +352,23 @@ }, { "command": "splunk.notebooks.addVisualizationPreference", - "title": "Add Visualization Preference" + "title": "Add Visualization Preference", + "category": "Splunk" }, { "command": "splunk.notebooks.openJobInspector", - "title": "Open Job Inspector" + "title": "Open Job Inspector", + "category": "Splunk" }, { "command": "splunk.notebooks.openSearchLog", - "title": "Open Search Log" + "title": "Open Search Log", + "category": "Splunk" }, { "command": "splunk.notebooks.copyJobIdToClipboard", - "title": "Copy Job ID to Clipboard" + "title": "Copy Job ID to Clipboard", + "category": "Splunk" }, { "command": "splunk.notebooks.copyDetection", @@ -372,7 +376,8 @@ }, { "command": "splunk.restartSpl2LanguageServer", - "title": "Restart SPL2 Language Server" + "title": "Restart SPL2 Language Server", + "category": "Splunk" } ], "notebooks": [