Closed
Description
I am using Bash IDE extension in VSCode. And installed bash-language-server as descripted in its details.
Now I have two problems. One is apparently something is wrong. The other is "I am not sure".
-
Code prompt are all non-sense. For example, I typed "then", I got "thinkjettopbm". I typed "case", I got "catchsegv".
-
Code completion does not work. In my idea, this is something like, when I typed "case", it would insert the "esac". But in my IDE, it does not. Just marks a bunch of lines "syntax error" red underlines.
What should I do?