Intellisense not working.

npx prisma generate ran successfully, but I don't get any suggestions when I call the Prisma instance. I have restarted TS server, the editor and ran the command many times but it still doesn't work. This is in prisma.schema: generator client { provider = "prisma-client-js" output = "../app/generated/prisma" } datasource db { provider = "postgresql" url = env("DATABASE_URL") }
5 Replies
Prisma AI Help
You decided to hold for human wisdom. We'll chime in soon! Meanwhile, #ask-ai is there if you need a quick second opinion.
akinkunmi
akinkunmiOP2w ago
@Nurul (Prisma)
Nurul
Nurul2w ago
Hey! Is this happening on 6.8.2 version? I want to check if this is related to output path. Can you temporarily command output parameter, run npx prisma generate command and see if you get suggestions?
akinkunmi
akinkunmiOP2w ago
Yes, it's happening in 6.8.2. It worked when I commented out output.
Nurul
Nurul2w ago
Thanks for checking. So it indeed was output path related. We recently started recommending specifying output path but it seems that it’s breaking intellisense in few cases I’ll share it with team internally 🙏

Did you find this page helpful?