Description
We lost the ability to navigate code sometime a couple months ago (rough estimate) using the VS Code extension. We exclusively use Alire to manage our projects and dependencies. We develop in a remote container using dev containers and the VS code extension.
It might have something to do with the version of Alire we are using (2.0.1
) or the version of the extension (v24.0.5
).
We have tried adjusting where the dependencies are cached using:
alr settings --global --set dependencies.shared false
and this still does not fix it. The VS Code extension complains it can't find any of the project files we depend on. These dependencies are managed by Alire.
Somewhere a regression has been introduced. Our environment used to work with SPARK/Ada and Alire, and still works for every other language we develop with.
We see this behaviour on both amd64
and arm64
platforms and with different Alire projects.