Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect webWorkerExtensionHost startup process on vscode desktop #234504

Open
Kaidesuyoo opened this issue Nov 24, 2024 · 0 comments · May be fixed by #234505
Open

Incorrect webWorkerExtensionHost startup process on vscode desktop #234504

Kaidesuyoo opened this issue Nov 24, 2024 · 0 comments · May be fixed by #234505
Assignees

Comments

@Kaidesuyoo
Copy link
Contributor

  • VS Code Version: 1.95.3
  • OS Version: Windows 11 26100.2454

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.

  1. Ensure that no pure web extensions are currently installed.
  2. 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.

  1. Update the versionId of the ExtensionDescriptionRegistry recorded in VSCode by disabling or enabling the extension.
  2. 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants