-
Notifications
You must be signed in to change notification settings - Fork 62
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
Initial implementaiton of Alire support breaks 23.0.13 preset alire configuration #1129
Comments
How can I reproduce this? |
Then open |
Your
Without shell shebang
I think, this is because you are using AppArmor version of Can you replace AppArmor with Linux binary? Your idea of checking |
by checking `ALIRE=True`. Closes #1129
Catch launch error with `Error_Occurred` and resolve error code to get diagnostics. Refs #1129
Should be fixed in 23.0.15 |
With version 23.0.13 of the Ada extension, I was able to get openvscode-server to find the AdaBots alire environment by setting explicitly all the necessary environment variables inside the Dockerfile. However, with the release of 23.0.14 that no longer works - it works for a few minutes, until VSCode decides to update to the latest version and then I get a popup with an error relating to Alire, syntax highlighting is gone and I can no longer navigate to definitions from subprogram calls.
My suggestion to fix this is to make the extension check this environment variable, and not do anything automatically if it is already set:
export ALIRE="True"
. If this env variable is already set, it signifies the system already has the alire environment set up.The text was updated successfully, but these errors were encountered: