Closed
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