diff --git a/package.json b/package.json index 4aa73d8f4..e046a9efc 100644 --- a/package.json +++ b/package.json @@ -2084,14 +2084,6 @@ ] }, "views": { - "jupyter-variables": [ - { - "type": "webview", - "id": "jupyterViewVariables", - "name": "Jupyter Variables", - "when": "jupyter.hasNativeNotebookOrInteractiveWindowOpen" - } - ], "deepnote": [ { "id": "deepnoteExplorer", @@ -2100,6 +2092,12 @@ "light": "./resources/light/deepnote-icon.svg", "dark": "./resources/dark/deepnote-icon.svg" } + }, + { + "type": "webview", + "id": "jupyterViewVariables", + "name": "Jupyter Variables", + "when": "jupyter.hasNativeNotebookOrInteractiveWindowOpen" } ] },