What you’re looking for is shared environments, which is any environment whose name starts with @: 4. Working with Environment · Pkg.jl. They’re stored in ~/.julia/environments, the same place the base environment is stored. I don’t use VSCode, so can’t help you there, but from the REPL it’s as simple as ] activate @mysharedenv, or, equivalently, ] activate --shared mysharedenv (the --shared switch adds the @ for you). Similarly, from the command line you can start Julia as $ julia --project=@mysharedenv.
5 Likes