:D
:D10mo ago

DenoLS interfering with TsServer in neovim

Any way i could fix this?
4 Replies
marvinh.
marvinh.10mo ago
The Deno LSP ships with its own instance of tsserver and is thus not compatible with tsserver alone. I'm not sure how it works in neovim, but at least in vscode the deno extension disables vscode's built in tsserver if a Deno project is detected
:D
:DOP10mo ago
Hm
natobyte
natobyte10mo ago
Did you already see the suggestion about setting a root_dir value for each server, ts and deno's. https://docs.deno.com/runtime/manual/getting_started/setup_your_environment#neovim-06-using-the-built-in-language-server
:D
:DOP10mo ago
Yeah, i got it working

Did you find this page helpful?