neoclide / coc-tsserver

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

`tsserver` doesn't quit on vim exit #279

Closed ascagnel closed 2 years ago

ascagnel commented 3 years ago

I've had a few cases where, after fully exiting vim, the coc-tsserver plugin will leave the instance of tsserver it started (invoked via tsserverForkStart) running. I'm not sure how I can capture this a log format for follow-up, the most I can say is that I've seen a bunch of entries in htop trying to recompile after big code changes (eg: branch checkouts) even though there are no running vim processes.

chemzqm commented 2 years ago

tsserverForkStart not used any more, try upgrade coc-tsserver.