You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vagrantfile: export Ada toolchain PATH in .profile instead of .bashrc
.bashrc is only sourced for interactive shells, causing GNAT tools like
gnatchop to be unavailable in non-interactive SSH sessions. Moving the
export to .profile ensures the toolchain is on PATH for login shells,
which is what SSH creates.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments