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

fix: Incorrect webWorkerExtensionHost startup process on vscode desktop #234505

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Kaidesuyoo
Copy link
Contributor

Fixes #234504

Based on my observation, LazyCreateExtensionHostManager seems to only start the webWorkerExtensionHost after deltaExtensions, so the Snapshot obtained by the webWorkerExtensionHost through _createWebWorkerExtensionHostDataProvider during startup is always the latest. Therefore, I removed the use of _lazyStartExtensions and allowed the webWorkerExtensionHost to start automatically in lazy mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect webWorkerExtensionHost startup process on vscode desktop
2 participants