Closed lostintangent closed 1 year 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.
window.open
The VS Code WebView disallows calling
window.open
, and so we'll need to virtualize calls to this API, by opening new WebView windows.