I'm trying to build a proof of concept lsp tool (client) integrating deno lsp. I've read all the docs about this https://docs.deno.com/runtime/reference/lsp_integration/ but I'm stuck at very basic level; once the language server is running how do I connect to it? Can I use stdio or named pipes, or is there a port I need to connect to to send messages with json rpc? I'm on windows by the way.
Deno looks so impressive!
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
D
Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.