Skip to content

Commit

Permalink
Make walkthrough command public
Browse files Browse the repository at this point in the history
  • Loading branch information
mesarth committed Apr 26, 2024
1 parent ab36d35 commit c5c7a85
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,14 @@
{
"command": "jsonpath-notebook.openNewNotebook",
"icon": "$(file)",
"title": "JSONPath Notebook: Open new Notebook",
"shortTitle": "JSONPath Notebook"
"title": "Open new Notebook",
"category": "JSONPath Notebook"
},
{
"command": "jsonpath-notebook.welcome",
"icon": "$(info)",
"title": "Get Started",
"category": "JSONPath Notebook"
}
],
"menus": {
Expand Down

0 comments on commit c5c7a85

Please sign in to comment.