bash-language-server
bash-language-server copied to clipboard
Treating PKGBUILD as bash files
PKGBUILDs are basically bash scripts. bashls errors:
SC2148: Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
Can I somehow indicate to the language server when starting is "this file is a bash script"? Perhaps a cli flag?