Used by 1 plugin
This LSP server requires julia to be installed on your system. Make sure it's available in your PATH before enabling.
/plugin marketplace add Piebald-AI/claude-code-lsps/plugin install piebald-ai-julia-lsp-julia-lsp@Piebald-AI/claude-code-lspsAdd to your .lsp.json or plugin.json:
{
"lspServers": {
"julia": {
"command": "julia",
"extensionToLanguage": {
".jl": "julia"
},
"args": [
"--startup-file=no",
"--history-file=no",
"--quiet",
"-e",
"using LanguageServer; runserver()"
]
}
}
}juliastdioInitialization Options:
{}Settings:
{}