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

Fetch web worker extension host from localhost instead of cdn #107

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

minestarks
Copy link
Member

Fixes #106

This change sets the webEndpointUrlTemplate product configuration such that the web worker extension host iframe will be fetched from the local server instead of the default *.vscode-cdn.net . This should improve reliability in CI environments as it limits interaction with the web.

Since VSCode uses a generated subdomain name for requests, CORS also needs to be configured to allow for requests from that subdomain of localhost.

@aeschli
Copy link
Contributor

aeschli commented Oct 20, 2023

Thanks a lot for the great PR!

@aeschli aeschli enabled auto-merge (squash) October 20, 2023 06:46
@aeschli aeschli merged commit 8f05c12 into microsoft:main Oct 20, 2023
2 checks passed
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.

CDN requests cause occasional failures in Github Workflow
3 participants