|
|
|
|
|
by jesse__
228 days ago
|
|
> It's not network requests that are a problem. It's nondeterministic network requests. Ohhhhh, right, my bad. I forgot that you could just make network requests deterministic with the __do_it_determinstically flag. Of courseeee, how could I be so silly. .. Think about it; you just illustrated my point exactly. If the network request is assumed to always complete, with the desired payload,, and the client/server exist on the same machine, then why the fuck is there a network request?? An LSP server is just a library, but instead of being loaded into the process address space like a normal library, there's a separate server for some unknown reason. Anyways, /rant |
|
For example, VS Code is written in TypeScript and the Go language server is written in Go.