Discover which project I am?

Hi there,

is there a way to programmatically know which one is my current julia project?

I think I’ve managed to find it:

using Pkg
Pkg.project().name

Base.active_project()