Gruntfuggly / activitusbar

A VSCode extension to save some real estate by recreating the activity bar buttons on the status bar
Other
116 stars 15 forks source link

How to add View: Show Jupyter to Activitus? #77

Open fonylew opened 1 year ago

fonylew commented 1 year ago

The extension is Jupyter from Microsoft. I have check the package name in package.json. It's just called jupyter.

I have tried many command. This is the closest one as I copy command Id from Keyboard shortcuts setting. But it still doesn't work.

        {
            "name": "workbench.view.extension.jupyter",
            "codicon": "notebook"
        },

Anyone has luck with Jupyter? Thanks in advance.

H4ckerman666 commented 9 months ago

Hey @fonylew the correct view name for Jupyter Notebook is "jupyterViewVariables" as you can see in that package.json and in the feature contributions tab of the vsc extension (it's easier to see there) Have a good day