josa42 / coc-sh

SH language server extension using bash-language-server for coc.nvim.
MIT License
205 stars 4 forks source link

Language server taking long time to start #50

Closed MCotocel closed 2 years ago

MCotocel commented 3 years ago

The language server takes about 45 seconds to start. It shows Starting LS langaugeserver.bash.

3nippo commented 3 years ago

What about CPU usage during these 45 seconds? In my case it is about 100% during this 45 second startup. Maybe this issue and this one are related?

hejops commented 3 years ago

In my case the language server seems to start within seconds, but CPU usage remains maxed out throughout the entire session.

josa42 commented 2 years ago

Can't reproduce. Probably an issue with the bash-language-server or coc.nvim