This repository has been archived by the owner on Nov 13, 2023. It is now read-only.
ProfileInfo
APIs should not load layers when no projectDir
is specified
#883
Labels
bug
Something isn't working
We came across certain undesired behavior while investigating this issue (zowe/zowe-explorer-vscode#1802 (comment)).
When no
projectDir
is specified, themProjectDir
property defaults to/
(C:\
) andProfileInfo
attempts to load profiles in those directories.This is not the same as disallowing the default look-up behavior. We still want to keep this behavior in the
ProfileInfo
APIs in order to keep ZE and CLI consistent. This snippet may illustrate what disabling all project config loading looks like when there is no VSCode workspace openThe text was updated successfully, but these errors were encountered: