leona / helix-gpt

Code assistant language server for Helix with support for Copilot/OpenAI/Codeium/Ollama
MIT License
285 stars 19 forks source link

fix: use stdout write instead of console.log #34

Open Yukaii opened 4 months ago

Yukaii commented 4 months ago

Some lsp-cilent cannot handle the extra line break that comes with console.log well.

I'm not quit sure whether is this in the lsp specification or is the client reponsibility to handle this.