josa42 / coc-sh

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

`bashIde` settings not available #74

Closed martin-braun closed 10 months ago

martin-braun commented 11 months ago

I can access sh.* settings, but not bashIde.* settings in the coc-settings.json:

image

Why is that please?

Background, some info messages are false positives, like in this example where I don't wish to resolve expressions? Why does this need to be printed?

image

This is just a ridiculous hint from ShellCheck. I know that and I don't want to get $PATH expanded in this case for obvious reasons. I guess I can just # shellcheck disable=SC2016, but it would be nice to just ignore any info statements.

josa42 commented 10 months ago

Not sure what the issue is, it seems to work fine.

image