Skip to content
Discussion options

You must be logged in to vote

The crash is a bug upstream in the server but I think you may be able to work around it by scoping the config under "prisma" since the workspace/configuration request is asking for the "prisma" section:

# ~/.config/helix/languages.toml
[language-server]
prisma-language-server = { command = "prisma-language-server", args = ["--stdio"], config = { prisma = { enableDiagnostics = true } } }

This is similar to what Zed did in zed-extensions/prisma#9

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ccssmnn
Comment options

@ccssmnn
Comment options

@the-mikedavis
Comment options

Answer selected by ccssmnn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #13651 on May 31, 2025 14:13.