Hacker News new | ask | show | jobs
by akdor1154 1086 days ago
Pretty sure LSPs communicate by stdin/out don't they?

Agree generally.. But I gotta admit, MS's LSP protocol has been successfully implemented by many non-MS IDEs. I'm doubtful this would be the case had they defined a c api instead.

2 comments

I looked it up and apparently this is left unspecified[0]. So I suppose I take that back!

Also yeah, I use LSPs and I myself don't have a strong grasp of the use of dynamically linked libraries. I don't mean it as a put-down of web programmers (I am one). There is value in this microservice type approach, though it does feel very "webby".

0: https://en.wikipedia.org/wiki/Language_Server_Protocol#Techn...

They communicate by all possible OS IPC protocols.