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
Test your web extension in vscode.dev needs one extra step to properly serve web extensions from localhost. The Cross-Origin-Resource-Policy: cross-origin header is required. This can be added by creating a serve.json:
Test your web extension in vscode.dev needs one extra step to properly serve web extensions from localhost. The
Cross-Origin-Resource-Policy: cross-origin
header is required. This can be added by creating aserve.json
:Without the CORP header the extension icon and other resources do not load.
For example our HLASM extension which runs in web workers and requires SharedArrayBuffer to function does not start at all without this extra header.
The text was updated successfully, but these errors were encountered: