josa42 / coc-sh

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

update bash-language-server to 3.0.3 #62

Closed CarloDePieri closed 2 years ago

CarloDePieri commented 2 years ago

Bumping bash-language-server version to 3.0.3. This should fix #61 .

I'm not familiar with this codebase, but by building and linking the extension with the bumped bash-language-server version everything seems to be working on my machine. yarn test does pass (but it was not going to be affected by this anyway).

Let me know if more specific testing is needed!