Skip to content

Commit 5fccd7a

Browse files
saltenaslArtmann
authored andcommitted
fix(warn-on-startup): move jupyterViewVariables view into the existing deepnote container (#148)
1 parent 29bfb52 commit 5fccd7a

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
@@ -2161,14 +2161,6 @@
21612161
]
21622162
},
21632163
"views": {
2164-
"jupyter-variables": [
2165-
{
2166-
"type": "webview",
2167-
"id": "jupyterViewVariables",
2168-
"name": "Jupyter Variables",
2169-
"when": "jupyter.hasNativeNotebookOrInteractiveWindowOpen"
2170-
}
2171-
],
21722164
"deepnote": [
21732165
{
21742166
"id": "deepnoteExplorer",
@@ -2177,6 +2169,12 @@
21772169
"light": "./resources/light/deepnote-icon.svg",
21782170
"dark": "./resources/dark/deepnote-icon.svg"
21792171
}
2172+
},
2173+
{
2174+
"type": "webview",
2175+
"id": "jupyterViewVariables",
2176+
"name": "Jupyter Variables",
2177+
"when": "jupyter.hasNativeNotebookOrInteractiveWindowOpen"
21802178
}
21812179
]
21822180
},

0 commit comments

Comments
 (0)