Skip to content

Conversation

@hediet
Copy link
Member

@hediet hediet commented Dec 19, 2025

No description provided.

Copilot AI review requested due to automatic review settings December 19, 2025 14:06
@vs-code-engineering vs-code-engineering bot added this to the December / January 2026 milestone Dec 19, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the query parameter used for ESM worker module bundling from ?workerModule to ?esm. This standardizes the naming convention used when referring to TypeScript worker modules in bundler environments.

  • Updated the documentation comment in WebWorkerDescriptor to reflect the new query parameter
  • Updated all actual usages of the query parameter in worker module URL construction

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
src/vs/platform/webWorker/browser/webWorkerDescriptor.ts Updated documentation comment to specify ?esm instead of ?workerModule
src/vs/workbench/services/extensions/browser/webWorkerExtensionHost.ts Changed query parameter from ?workerModule to ?esm for extension host worker
src/vs/editor/browser/services/editorWorkerService.ts Changed query parameter from ?workerModule to ?esm for editor worker

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.

3 participants