We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PKGBUILDs are basically bash scripts. bashls errors:
PKGBUILD
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?
The text was updated successfully, but these errors were encountered:
Same problem, and also a bunch of
SC2034: xxx(pkgrel, license, etc. ) appears unused. ......
but those values are necessary for PKGBUILD.
Sorry, something went wrong.
It should be fixed by #536
Yeah, I think this would fix this issue.
The problem @StartNoob will still be around, but that sounds like a separate issue, and I'm not sure how to address it.
@WhyNotHugo did you try the latest language server?
No branches or pull requests
PKGBUILD
s are basically bash scripts. bashls errors:Can I somehow indicate to the language server when starting is "this file is a bash script"? Perhaps a cli flag?
The text was updated successfully, but these errors were encountered: