Skip to content

Commit

Permalink
Remove unused toolbars/menus from schema
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski authored and dlqqq committed Jul 8, 2024
1 parent 27af2c7 commit 0dc98bb
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions packages/jupyter-ai/schema/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 0dc98bb

Please sign in to comment.