Skip to content

Commit 137d31b

Browse files
authored
fix(warn-on-startup): move jupyterViewVariables view into the existing deepnote container (#148)
1 parent 7cde864 commit 137d31b

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
@@ -2084,14 +2084,6 @@
20842084
]
20852085
},
20862086
"views": {
2087-
"jupyter-variables": [
2088-
{
2089-
"type": "webview",
2090-
"id": "jupyterViewVariables",
2091-
"name": "Jupyter Variables",
2092-
"when": "jupyter.hasNativeNotebookOrInteractiveWindowOpen"
2093-
}
2094-
],
20952087
"deepnote": [
20962088
{
20972089
"id": "deepnoteExplorer",
@@ -2100,6 +2092,12 @@
21002092
"light": "./resources/light/deepnote-icon.svg",
21012093
"dark": "./resources/dark/deepnote-icon.svg"
21022094
}
2095+
},
2096+
{
2097+
"type": "webview",
2098+
"id": "jupyterViewVariables",
2099+
"name": "Jupyter Variables",
2100+
"when": "jupyter.hasNativeNotebookOrInteractiveWindowOpen"
21032101
}
21042102
]
21052103
},

0 commit comments

Comments
 (0)