Skip to content

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.

@Kaidesuyoo
Copy link
Contributor Author

@alexdima Can you take a look when you get a chance? Thanks!

Copy link
Member

@alexdima alexdima left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent work, apologies for my slow review. Thank you!

@alexdima alexdima added this to the July 2025 milestone Jul 14, 2025
@alexdima alexdima enabled auto-merge (squash) July 14, 2025 20:58
@alexdima alexdima merged commit 81e10ad into microsoft:main Jul 14, 2025
17 checks passed
@vs-code-engineering vs-code-engineering bot locked and limited conversation to collaborators Aug 29, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect webWorkerExtensionHost startup process on vscode desktop
4 participants