-
Notifications
You must be signed in to change notification settings - Fork 55
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
Constraint_Error in ALS from vscode when reading Ada code #1194
Comments
Hello @stcarrez , As said on the other issue, having the logs produced by the Ada Language Server itself in the Regards, |
See exthost.log |
Hello @stcarrez, This is the log coming from VS Code itself, which does not help much here: we really need the logs present in the Regards, |
Again, there is no
Either this is not supported by the binary shipped with the VScode plugin, or, there is some option that I'm not aware of to enable that. |
Hmm really strange, normally the directory is created by default. In any case, just add a
With this file you will get non-empty log files, normally. We will investigate on why this folder does not get created by default. Regards, |
With version 24.0.5, I'm seeing
CONSTRAINT_ERROR
from vscode when looking at some Ada file that compiles.It occurs for one file but not for others. The file is correct and compiles. The issue occurs when moving the caret at some position in the buffer by using the mouse (ie, click to position the caret).
Each time there is such exception, vscode displays the popup with message
Request textDocument/foldingRange failed.
.The log file
/home/ciceron/.config/Code/logs/20240428T113411/window1/exthost/exthost.log
indicates the above exception (several times) but there is no other information.The text was updated successfully, but these errors were encountered: