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
{{ message }}
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.
When the extension is installed and enabled, the site https://vscode.dev is not working, with this error:
In the Javascript console:
(index):1 DOMException: Failed to execute 'postMessage' on 'Window': TrustedScriptURL object could not be cloned.
at ServiceWorkerContainer.__bsw_override__ [as register] (<anonymous>:1:480)
at https://vscode.dev/:1:6021
at Generator.next (<anonymous>)
at r (https://vscode.dev/:1:3008)
If I disable manually the extension, the site loads fine.
Is there some configuration to disable the extension only for this site, or some option to make the site work with the extension, or is it a bug in the extension itself?
Thanks for your help.
The text was updated successfully, but these errors were encountered:
Hi,
When the extension is installed and enabled, the site https://vscode.dev is not working, with this error:
In the Javascript console:
If I disable manually the extension, the site loads fine.
Is there some configuration to disable the extension only for this site, or some option to make the site work with the extension, or is it a bug in the extension itself?
Thanks for your help.
The text was updated successfully, but these errors were encountered: