I am working on a development package Modia3D which depends on another development package ModiaMath:
(@v1.5) pkg> status
Status `~/.julia/environments/v1.5/Project.toml`
...
[ee78f7c6] Makie v0.11.1
[eff96d63] Measurements v2.3.0
[07f2c1e0] Modia3D v0.4.1-dev `~/modia/dev/Modia3D`
[67ccffd1] ModiaMath v0.6.0-dev `~/modia/dev/ModiaMath`
[91a5bcdd] Plots v1.9.1
...
In the Julia REPL I can execute code using include
without problems. But when I start VSCodium with workspace ~/modia/dev/Modia3D, open the same source code file and execute “Run without Debugging”, I get the following error:
Importing Modia3D Version 0.4.2-dev (2020-11-03)
ERROR: LoadError: ArgumentError: Package ModiaMath [67ccffd1-116d-535b-ad39-76a8fd0cbf71] is required but does not seem to be installed:
- Run `Pkg.instantiate()` to install all recorded dependencies.
What is the cause of this error and how can I fix it? VSCodium version is 1.51.1 and Julia language support version is 1.0.10.