Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with VS Code #8

Open
ghost opened this issue Dec 3, 2019 · 0 comments
Open

Issues with VS Code #8

ghost opened this issue Dec 3, 2019 · 0 comments

Comments

@ghost
Copy link

ghost commented Dec 3, 2019

I've just started using VS Code as an IDE for Bash scripts and I'm having some rather irritating issues. These issue are seen under Kubuntu 19.10, Ubuntu 18.04, and Fedora 31, but none of these issues are seen under Windows 10 or CentOS 7.6 with the same exact script, extensions and settings (sync'd via Settings Sync).

I have the following extension installed (among others, but these seem to be the ones that affect me):

Bash Debug from rogalmic, version 0.3.6

Bash IDE from Mads Hartmann version 1.3.3 (bash-language-server is installed but not the Docker container for explainshell)

The issues I'm seeing:

If I type something that is not (yet) completely correct, such as typing the word "if" on a line, the entire file gets red squiggly underlines. Damned annoying, and not at all helpful.

The auto-complete does not seem to understand Bash at all. I type "if foo ; then" and hit Enter, and the word "then" gets changed to "gdk-pixbuf-thumbnailer".

I started trying different version of each and found that Code 1.31.1 and Bash IDE 1.3.0 are the newest ones that don't show the issues on Kubuntu 19.10.

VS Code   Bash IDE  Result
1.40.2    1.3.3     BAD
1.31.1    1.3.3     BAD
1.31.1    1.1.1     OK
1.31.1    1.2.0     OK
1.31.1    1.3.0     OK
1.31.1    1.3.2     BAD
1.31.1    1.3.1     BAD
1.31.1    1.3.0     OK (Confirmed)
1.32.3    1.3.0     BAD
1.32.2    1.3.0     BAD
1.32.1    1.3.0     BAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants