Hacker News new | ask | show | jobs
by lolinder 533 days ago
> LSP exposes standard interfaces, but it still has to be bridged

Why is the bridge not "specify where to find the LSP server"?

1 comments

It is just that. (of course in practice you also need to get the LSP to exist on your system somewhere in the first place and have a command that runs it (rather annoying for java programs), but other than that it's literally just a program with JSON I/O)