-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Closed
Closed
Copy link
Labels
Fix AvailableA PR has been opened for this issueA PR has been opened for this issueNeeds InvestigationThis issue needs a team member to investigate its status.This issue needs a team member to investigate its status.
Milestone
Description
Bug Report
🔎 Search Terms
- Web / webworker
- server
Repro
- Using a build of TS Server running on web: https://vscode-web-test-playground.azurewebsites.net/?enter=true
- Open a TS file
- Open the developer tools and view the network log
Bug
Notice that that are two requests being made that result in 404s:
Request URL: https://vscode-web-test-playground.azurewebsites.net/static-insider-ed6c343edb720d91ee0859e566c84b5687f5a9d5/extensions/typescript-language-features/dist/browser/typescript-web/en-us/diagnosticMessages.generated.json
And
Request URL: https://vscode-web-test-playground.azurewebsites.net/static-insider-ed6c343edb720d91ee0859e566c84b5687f5a9d5/extensions/typescript-language-features/dist/browser/typescript-web/en/diagnosticMessages.generated.json
As far as I can tell these files do not exist, so the 404s are expected. However it would be nice to avoid the requests entirely in this case since we should know there are no bundled localizations for en or en-us
Metadata
Metadata
Assignees
Labels
Fix AvailableA PR has been opened for this issueA PR has been opened for this issueNeeds InvestigationThis issue needs a team member to investigate its status.This issue needs a team member to investigate its status.