ProfileInfo.onlyV1ProfilesExist
may be wrong when called by extenders
#2311
Labels
bug
Something isn't working
priority-medium
Not functioning - next quarter if capacity permits
severity-medium
Bug where workaround exists or that doesn't prevent the usage of Zowe. Just makes it more complex.
The
onlyV1ProfilesExist
method checks ifImperativeConfig.instance.config?.exists
to determine if V2 profiles exist.When an extender using the ProfileInfo API calls this method,
ImperativeConfig.instance.config
is undefined andprofInfo.getTeamConfig().exists
should be checked instead.Related to zowe/zowe-explorer-vscode#3256
The text was updated successfully, but these errors were encountered: