Skip to content

Commit

Permalink
fix: add category to commands
Browse files Browse the repository at this point in the history
Add "Splunk" as the category to commands
  • Loading branch information
JasonConger committed Sep 12, 2023
1 parent d6c4bf4 commit 0492149
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -352,27 +352,32 @@
},
{
"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",
"title": "Copy Detection"
},
{
"command": "splunk.restartSpl2LanguageServer",
"title": "Restart SPL2 Language Server"
"title": "Restart SPL2 Language Server",
"category": "Splunk"
}
],
"notebooks": [
Expand Down

0 comments on commit 0492149

Please sign in to comment.