I'm very pleased someone has been putting his time into creating this extension. Thanks!
I keep getting the following error message though, for every sh file I open:
Error: Command "/home/doron/.config/coc/extensions/node_modules/coc-sh/node_modules/bash-language-server/bin/main.js" of bash-language-server is not executable: Error: not found: /home/doron/.config/coc/extensions/node_modules/coc-sh/node_modules/bash-language-server/bin/main.js
at LanguageClient.createMessageTransports (/home/doron/.files/.config/nvim/bundle/coc/lib/language-client/index.js:344:23)
Hey,
I'm very pleased someone has been putting his time into creating this extension. Thanks!
I keep getting the following error message though, for every sh file I open:
I guess there's a problem with this line:
https://github.com/josa42/coc-sh/blob/653a48873d240bb080cd9da3da1897cf26d47810/src/extension.ts#L10
When I go to
/home/doron/.config/coc/extensions/node_modules/coc-sh
, I see innode_modules/
only the following:Any idea why is this happening?