graphql-lsp
stdiographql
Used by 1 plugin
Requires Language Server Binary
This LSP server requires cmd.exe to be installed on your system. Make sure it's available in your PATH before enabling.
Install
1
Run in your terminal$
npx claudepluginhub bedolla/enrilspAdd to Your Project
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"graphql-lsp": {
"command": "cmd.exe",
"extensionToLanguage": {
".gql": "graphql",
".graphql": "graphql"
},
"args": [
"/c",
"graphql-lsp",
"server",
"-m",
"stream"
]
}
}
}Supported Languages
graphql
.gql.graphql
Command
cmd.exeTransport
stdioArguments
/cgraphql-lspserver-mstream
Advanced Configuration
Restart on Crash:Yes