I have a language server that I wrote in Typescript. How do I connect from it from Go?
I have looked online and there seems to be a lot of examples showing how to write language servers in Go, but not many examples for creating clients in Go to connect to language servers.
Furthermore, is there any way to connect to a language server that’s already running?