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
feat: manifest.Load(...) includes unselected environments as not enabled environments with Enabled: false
In order to be able to check environment and group overrides in `project.LoadProject(...)` they need not to be removed in `manifest.Load(...)`. Instead, this function marks them as not enabled, with `Enabled: false`.
0 commit comments