cwh
Explore posts from serversPPrisma
•Created by cwh on 2/27/2025 in #help-and-questions
VSCode Intellisense completely breaks when adding a relation
Hi all. I've just started using Prisma with Supabase for the first time on a new Next.js project. All was going swimmingly until I added a basic relation to one of my two extremely simple models. Since adding that relation and running
npx prisma generate
VSCode Intellisense has completely broken, and hovering over anything that used to give me instant Intellisense just pops up "Loading…" that never seems to resolve. This includes non-Prisma related code like basic React components. Removing the relation and re-generating fixes it.
Is there something obvious that I'm missing?
13 replies