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
refactor(Sky): Expand Blob patch to rewrite vscode-file:// URLs and simplify polyfill comments
Refactor the Blob constructor patch in Workbench.ts to handle VS Code worker file URLs more robustly:
1. Remove the restrictive `_VSCODE_NLS_MESSAGES` check — now applies the __name shim to all application/javascript blobs for broader compatibility
2. Add URL rewriting: convert `vscode-file://vscode-app/Static/Application/out/` paths to `${origin}/Static/Application/` so Tauri can serve VS Code assets locally
3. Simplify the three separate WKWebView polyfill comments into a single grouped comment
This ensures VS Code extension workers can load assets correctly in Tauri's webview environment.
0 commit comments