There's no security risk there that wasn't present before as far as I can tell because you were already planning on running the LSP on your local machine..
There's no security risk there that wasn't present before as far as I can tell because you were already planning on running the LSP on your local machine..
I think I’ve heard that vscode has benefitted hugely from it starting out with a client-server architecture from the start, since it started as a browser based editor. Things like editing code directly on servers via ssh or in containers is easy for vscode cause its client-server all the way down.
Vscode and LSP are both Microsoft products, maybe Microsoft has been pushing the client server thing?
I don't think it does. I think it's a bad architectural decision that web bros thought sounded cute.
> Things like editing code directly on servers via ssh or in containers
I mean, vim and emacs have supported editing over ssh for like .. longer than I've been alive probably.
> I think I’ve heard that vscode has benefitted hugely from [clinet-server architecture]
IMO VSCode is a giant steaming pile; I'm not sure what the huge benefits could have been. It's intolerably slow, uses an insane amount of system resources, and the debugger barely works most of the time.