lostintangent / codeswing

VS Code extension for building web applications ("swings") using a interactive and editor-integrated coding environment
https://aka.ms/codeswing
MIT License
977 stars 45 forks source link

Support window.open #13

Closed lostintangent closed 9 months ago

lostintangent commented 3 years ago

The VS Code WebView disallows calling window.open, and so we'll need to virtualize calls to this API, by opening new WebView windows.