Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleaning up some error messages from the VS Code work (#6255)
**Problem:** The console was becoming noisy with some error messages from the VS Code work. ![image](https://github.com/user-attachments/assets/709ec83e-f0e3-4510-95dd-f6bf3d702236) ![image](https://github.com/user-attachments/assets/7158107e-1b31-4af3-ba13-d70edc6a3b69) **Fix:** The errors in the first screenshot are because VS Code was missing the `'action::watchTypingLocations'` response from the TS Server, which has been fixed on their latest `main` branch, but hasn't been released yet (https://github.com/microsoft/vscode/blob/6ab1a1e4fefffb25fe15ed33dcf5ae6322043b40/extensions/typescript-language-features/web/src/typingsInstaller/typingsInstaller.ts#L64-L80) The errors from the second screenshot are because the `workbench.web.api.*` assets had been changed to `workbench.web.main.*`, but that change hadn't been applied to the list of assets to preload which are injected by our Haskell server. **Manual Tests:** I hereby swear that: - [x] I opened a hydrogen project and it loaded - [x] I could navigate to various routes in Preview mode
- Loading branch information