Prisma VSCode extension v5.13.1 causing severe issue
Hey team! I have been using Prisma ORM for few months now and it has worked wonders for me, but a few days ago i started facing issue in my schema.prisma file, it stopped formatting and syntax highlighting etc.
after a lot of debugging the issue I found was that when i am using VSC extension of Prisma on v5.13.1 it stops working, all the features like formatting etc stops and alongside that when i use
Prisma: Restart Language Server
Prisma: Restart Language Server
it gives error
Command 'Prisma: Restart Language Server' resulted in an Error
Command 'Prisma: Restart Language Server' resulted in an Error
(screenshot attached), but when I downgrade the extension to v5.12.1 it starts working back as usual.
Attaching screen recording of VSCode on both the versions of extension on same file.