josa42 / coc-sh

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

coc-sh launching programs during autocomplete #79

Open Devanand-PA opened 3 months ago

Devanand-PA commented 3 months ago

This probably has to do with programs that don't have a man page. It tries to get the man page but opens the program instead.

test.webm

brainwo commented 1 month ago

Came to here to report the same problem when I type desktop it opens designer --help prompt

brainwo commented 1 month ago

Looks like it's fixed already on upstream https://github.com/bash-lsp/bash-language-server/commit/04a2cb3476b786e5ec76d17a737fc852633238b9 I just found out I haven't updated the package. I updated it and I can't seem to reproduce the same issue anymore.