To develop this extension, see the Developing Extensions section of the Zed docs.
To pin the language server to Prisma v6, add the following configuration to your Zed settings:
"lsp": {
"prisma-language-server": {
"settings": {
"prisma": {
"pinToPrisma6": true
}
}
}
}