Closed airRnot1106 closed 3 months ago
prisma-language-server has changed the bin.js output path from dist/src/bin.js to dist/bin.js since v31.0.3644
https://github.com/prisma/language-tools/commit/c45b1a5bf3e9206329ea0cb37576a61ce337d880#diff-1238398146196c4e652a4d775b225e4740198f2e59a0d4e1db9be9df69a05af0
Because of that change, this extension does not work, so I have corrected the serverModule path.
@pantharshit00 can this be merged?
@dickfickling Sure, thanks for the reminder
Summary
prisma-language-server has changed the bin.js output path from dist/src/bin.js to dist/bin.js since v31.0.3644
https://github.com/prisma/language-tools/commit/c45b1a5bf3e9206329ea0cb37576a61ce337d880#diff-1238398146196c4e652a4d775b225e4740198f2e59a0d4e1db9be9df69a05af0
Because of that change, this extension does not work, so I have corrected the serverModule path.