From fe7d4aa293deeb20d732fe0969dd90e9a7fd3aa7 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sat, 22 Apr 2023 13:05:55 +0200 Subject: [PATCH] a fix for #18: provide an icon for the "Open as a Jupyter Notebook" button in the Editor Actions area --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c129406..5edb7f6 100644 --- a/package.json +++ b/package.json @@ -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": {