Ship vs loader in notebok webview in Web #95560
Labels
feature-request
Request for new features or functionality
notebook
on-testplan
web
Issues related to running VSCode in the web
Milestone
Issue Type: Feature Request
Webviews in web are iframes hosted on azure websites which is not in the same origin as the vscode web, so it can't access modules from vscode in the same way as running in Desktop. In notebook, we are using
vs/loader.js
as the builtin AMD loader in the webview, to make it work in Web, IMHO we need to bundlevs/loader.js
together with other webview resources (main.js
,pre.js
, etc).VS Code version: Code - Insiders 1.45.0-insider (a3083e5, 2020-04-17T08:08:39.508Z)
OS version: Darwin x64 19.2.0
The text was updated successfully, but these errors were encountered: