From 0dc98bb2eef014990d8ba49c646b2f25edd52514 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Krassowski?= <5832902+krassowski@users.noreply.github.com> Date: Fri, 5 Jul 2024 10:51:36 +0100 Subject: [PATCH] Remove unused toolbars/menus from schema --- packages/jupyter-ai/schema/plugin.json | 37 -------------------------- 1 file changed, 37 deletions(-) diff --git a/packages/jupyter-ai/schema/plugin.json b/packages/jupyter-ai/schema/plugin.json index d7a59ce56..57e8ad8ea 100644 --- a/packages/jupyter-ai/schema/plugin.json +++ b/packages/jupyter-ai/schema/plugin.json @@ -4,43 +4,6 @@ "description": "JupyterLab generative artificial intelligence integration.", "jupyter.lab.setting-icon": "jupyter-ai::chat", "jupyter.lab.setting-icon-label": "Jupyter AI Chat", - "jupyter.lab.toolbars": { - "Cell": [ - { - "name": "ai:explain-or-codify-cell", - "command": "ai:explain-or-codify-cell", - "rank": 10 - } - ] - }, - "jupyter.lab.menus": { - "context": [ - { - "name": "ai:explain-code-cell", - "command": "ai:explain-code-cell", - "selector": ".jp-CodeCell", - "rank": 500 - }, - { - "name": "ai:codify-md-cell", - "command": "ai:codify-md-cell", - "selector": ".jp-MarkdownCell", - "rank": 510 - }, - { - "name": "ai:generate-from-notebook-selection", - "command": "ai:generate-from-notebook-selection", - "selector": ".jp-NotebookPanel", - "rank": 520 - }, - { - "name": "ai:generate-from-editor-selection", - "command": "ai:generate-from-editor-selection", - "selector": ".jp-FileEditor", - "rank": 520 - } - ] - }, "additionalProperties": false, "type": "object" }