From eddc4b7cc43f95a5c84de00ff8944862741da9f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Krassowski?= <5832902+krassowski@users.noreply.github.com> Date: Fri, 14 Jun 2024 18:01:14 +0100 Subject: [PATCH] Restore "+" launcher button in filebrowser sidebar (#53) * Restore "+" launcher button in filebrowser sidebar * Bump version --- package.json | 2 +- schema/plugin.json | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1eeb8e4..881a817 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab-new-launcher", - "version": "0.4.2", + "version": "0.4.3", "description": "A redesigned JupyterLab launcher", "keywords": [ "jupyter", diff --git a/schema/plugin.json b/schema/plugin.json index cdaaa98..ff7bc25 100644 --- a/schema/plugin.json +++ b/schema/plugin.json @@ -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",