Skip to content

Commit

Permalink
Restore "+" launcher button in filebrowser sidebar (#53)
Browse files Browse the repository at this point in the history
* Restore "+" launcher button in filebrowser sidebar

* Bump version
  • Loading branch information
krassowski authored Jun 14, 2024
1 parent 5aafb2a commit eddc4b7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-new-launcher",
"version": "0.4.2",
"version": "0.4.3",
"description": "A redesigned JupyterLab launcher",
"keywords": [
"jupyter",
Expand Down
9 changes: 9 additions & 0 deletions schema/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
"jupyter.lab.shortcuts": [],
"jupyter.lab.setting-icon": "ui-components:launcher",
"jupyter.lab.setting-icon-label": "New Launcher",
"jupyter.lab.toolbars": {
"FileBrowser": [
{
"name": "new-launcher",
"command": "launcher:create",
"rank": 1
}
]
},
"title": "New Launcher",
"description": "jupyterlab-new-launcher settings.",
"type": "object",
Expand Down

0 comments on commit eddc4b7

Please sign in to comment.