fnando / vscode-linter

Extension for code linting, all in one package. New linters can be easily added through an extension framework.
https://marketplace.visualstudio.com/items?itemName=fnando.linter
MIT License
62 stars 16 forks source link

Shellcheck: Remove file extension based explicit language flag #14

Closed kittydoor closed 2 years ago

kittydoor commented 2 years ago

Shellcheck can detect language based on shebang in the first line. Setting this explicitly based on file extension causes issues with bash scripts that use .sh as their extension.

Fixes #4