Skip to content

Commit

Permalink
a fix for notebookPowerTools#18: provide an icon for the "Open as a J…
Browse files Browse the repository at this point in the history
…upyter Notebook" button in the Editor Actions area
  • Loading branch information
parmentelat committed Sep 20, 2024
1 parent 4832191 commit fe7d4aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@
"commands": [
{
"command": "jupyter.openAsPairedNotebook",
"title": "Open as a Jupyter Notebook"
"title": "Open as a Jupyter Notebook",
"category": "jupytext",
"icon": "$(notebook-edit)"
}
],
"menus": {
Expand Down

0 comments on commit fe7d4aa

Please sign in to comment.