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
Getting can't find a toolchain for the following configuration: language 'Ada', target 'x86_64-linux', default runtime even though gdb, gnat12 and gprbuild are provisioned to VSCodium via nix.
The integrated terminal in VSCodium has all the required binaries in $PATH, e.g gnatls -v works and building the project directly using gprbuild works.
Getting
can't find a toolchain for the following configuration: language 'Ada', target 'x86_64-linux', default runtime
even thoughgdb
,gnat12
andgprbuild
are provisioned to VSCodium via nix.The integrated terminal in VSCodium has all the required binaries in
$PATH
, e.ggnatls -v
works and building the project directly usinggprbuild
works.To reproduce (requires nix),
nix run .#codium .
in the repo to launch the IDE.adb
or.gpr
fileMore information is in the repo's
README
The text was updated successfully, but these errors were encountered: