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
If I fix an error on syntax check, I get a notification error
and the error in the editor is not cleared. The extension seems stuck on "checking syntax"
The text was updated successfully, but these errors were encountered:
How do I add the TERM environment to the extension ? It is set in the default shell (echo $TERM === xterm)
Sorry, something went wrong.
fwiw, a hack is to rename _progres to _progres_bin and create a new fiile _progres with
#!/bin/bash -e export TERM=xterm exec /usr/dlc/bin/_progres_bin "$@"
I'm getting the same error. Any ideas @chriscamicas?
No branches or pull requests
If I fix an error on syntax check, I get a notification error
and the error in the editor is not cleared. The extension seems stuck on "checking syntax"
The text was updated successfully, but these errors were encountered: