Web: Extension host fails to initialize when certain browser extensions are installed #142485
Labels
bug
Issue identified by VS Code Team member as probable bug
candidate
Issue identified as probable candidate for fixing in the next release
verified
Verification succeeded
vscode.dev
Issues related to vscode.dev
web
Issues related to running VSCode in the web
Milestone
The root cause is that the init message first sent to an extension host worker might be preceded with messagse sent by various browser extensions, since they have access to the DOM and can (and will) freely call
postMessage
on iframes they find.The text was updated successfully, but these errors were encountered: