VSCode Intellisense very slow after upgrading TanStack Start?
Hello,
I'm working in a monorepo (using
I was previously using the TanStack Router & Start versions
Upon upgrading, my VSCode Intellisense is very slow in both applications, but not in any of the other applications or packages in the monorepo.
Both applications extend from this base
and then have
I'm working in a monorepo (using
pnpm & Turborepo) in which I have two applications using TanStack Start (and a few other applications that don't).I was previously using the TanStack Router & Start versions
1.98.4, but decided to upgrade to the latest 1.117.0.Upon upgrading, my VSCode Intellisense is very slow in both applications, but not in any of the other applications or packages in the monorepo.
Both applications extend from this base
tsconfig.jsonpackages/tsconfig/tanstack.jsonand then have
tsconfig.json that are structured as