Replies: 1 comment 1 reply
There is: https://oraios.github.io/serena/02-usage/050_configuration.html#customizing-the-language-server-launch-command
From Serena's perspective, it is the exact opposite. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Disclaimer: agent hit a bump and alerted me to a small problem.
Haven't looked too closely so I'm making this a discussion rather than opening an issue: there may be some configuration option that jumps over this path, but I didn't see one at a glance.
solidlsp appears to try and install
bash-language-serverandshellcheckeven if they already exist on the system and are exposed inPATH. This complicates reproducibility and offline usage.The agent fixed it for my usecase by applying a patch and repacking serena in a closure with the expected tooling.
If this is a mistake and there's a known workaround, please let me know because I wasn't able to find it by briefly searching issues/PR/disucssions.
If it is a problem, then it may likely effect other LSPs. A quick slop-audit:
All reactions