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
Current PythonEnvsReducer.resolveEnv() returns undefined if the requested environment is not one provided by iterEnvs(). That means the wrapped locator never gets a chance to resolve the environment. Instead PythonEnvsReducer.resolveEnv() should fall back to the wrapped locator in that situation.