vscode-json-language-server
stdiojsonjsonc
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": {
"vscode-json-language-server": {
"command": "cmd.exe",
"extensionToLanguage": {
".json": "json",
".jsonc": "jsonc"
},
"args": [
"/c",
"%APPDATA%\\npm\\vscode-json-language-server.cmd",
"--stdio"
]
}
}
}Supported Languages
json
.json
jsonc
.jsonc
Command
cmd.exeTransport
stdioArguments
/c%APPDATA%\npm\vscode-json-language-server.cmd--stdio
Advanced Configuration
Restart on Crash:Yes