You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opening webview over remote SSH is very slow as this file needs to get transmitted
We cannot split the bundles and use lazy loading of bundles for react.
Proposal
Rather than using VS Code API to serve content for webview, we could start a web server in node to serve the contents.
Start webserver locally using node.js (already done and still supported in VSC)
Place an iframe pointing to above URL
Benefits
Lazy loading of bundles
Smaller bundles
Better debugging
Monaco can use webworkers (as the files are not served via a file scheme)
The text was updated successfully, but these errors were encountered:
DonJayamanne
changed the title
Experiment serving notebook editor content via our own webserver
Spike - Serving notebook editor content via our own webserver
Oct 23, 2019
Current issues with webview:
Proposal
Rather than using VS Code API to serve content for webview, we could start a web server in node to serve the contents.
Benefits
The text was updated successfully, but these errors were encountered: