Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Continue following selection when the active file is a TS file (#6244)
**Problem:** Now that you can `cmd`+click to jump to the definition of a symbol in code, it's easy to end up in a `.d.ts` file. #5259 restricted code selection following to only code files, but was missing `.ts` files since we don't support TS. **Fix:** Include the `.ts` file extension in `shouldFollowSelectionWithActiveFile` **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