neoclide / coc-tsserver

Tsserver extension for coc.nvim that provide rich features like VSCode for javascript & typescript
MIT License
1.06k stars 68 forks source link

Not working in a monorepo. #284

Closed AvKat closed 3 years ago

AvKat commented 3 years ago

I use neovim as my primary editor with coc.nvim installed.

I recently started a project, a monorepo, and installed typescript in all the packages. Whenever I open any of those projects in neovim, coc warns me that there is no tsserver installed. No features work.

What can I do to make it work ?

chemzqm commented 3 years ago

https://github.com/neoclide/coc-tsserver#troubleshooting

AvKat commented 3 years ago

It just can't find ts-server so no logs are being generated. Could you please help me? @chemzqm