ipynb: Prefer "workspace" to"ui"

and "web" is inferred from the browser entrypoint
This commit is contained in:
Rob Lourens 2021-07-23 09:10:52 -07:00
parent a8134002cd
commit 437f5b7559

View file

@ -12,9 +12,8 @@
"onNotebook:jupyter-notebook"
],
"extensionKind": [
"web",
"ui",
"workspace"
"workspace",
"ui"
],
"main": "./out/ipynbMain.js",
"browser": "./dist/browser/ipynbMain.js",