pantharshit00 / coc-prisma

CoC extension that implements the Prisma language server
MIT License
75 stars 7 forks source link

Support lsp v31.0.6960 #24

Closed airRnot1106 closed 3 months ago

airRnot1106 commented 4 months ago

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.

dickfickling commented 3 months ago

@pantharshit00 can this be merged?

pantharshit00 commented 3 months ago

@dickfickling Sure, thanks for the reminder