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
First: webWorkerExtensionHost is started after restarting the extension host, even if no pure web extensions are installed.
Ensure that no pure web extensions are currently installed.
Restart the extension by disabling it and then restarting the extension host, or restart the extension host using the Restart Extension Host command.
wrong.startup.mp4
Second: When the ExtensionDescriptionRegistry content is updated, the webWorkerExtensionHost fails to activate the extension due to receiving an incorrect extensionRegistryVersionId during startup.
Update the versionId of the ExtensionDescriptionRegistry recorded in VSCode by disabling or enabling the extension.
Use a pure web extension to start the webWorkerExtensionHost.
The Error Lens extension in the video is a local extension that has been modified to a pure web extension.
wrong.snapshot.version.mp4
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
There are two issues here:
First: webWorkerExtensionHost is started after restarting the extension host, even if no pure web extensions are installed.
Restart Extension Host
command.wrong.startup.mp4
Second: When the ExtensionDescriptionRegistry content is updated, the webWorkerExtensionHost fails to activate the extension due to receiving an incorrect extensionRegistryVersionId during startup.
wrong.snapshot.version.mp4
The text was updated successfully, but these errors were encountered: