Skip to content

Commit 5affbbc

Browse files
committed
fix(warn-on-startup): move jupyterViewVariables view into the existing deepnote container
1 parent f564456 commit 5affbbc

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

package.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2079,14 +2079,6 @@
20792079
]
20802080
},
20812081
"views": {
2082-
"jupyter-variables": [
2083-
{
2084-
"type": "webview",
2085-
"id": "jupyterViewVariables",
2086-
"name": "Jupyter Variables",
2087-
"when": "jupyter.hasNativeNotebookOrInteractiveWindowOpen"
2088-
}
2089-
],
20902082
"deepnote": [
20912083
{
20922084
"id": "deepnoteExplorer",
@@ -2095,6 +2087,12 @@
20952087
"light": "./resources/light/deepnote-icon.svg",
20962088
"dark": "./resources/dark/deepnote-icon.svg"
20972089
}
2090+
},
2091+
{
2092+
"type": "webview",
2093+
"id": "jupyterViewVariables",
2094+
"name": "Jupyter Variables",
2095+
"when": "jupyter.hasNativeNotebookOrInteractiveWindowOpen"
20982096
}
20992097
]
21002098
},

0 commit comments

Comments
 (0)