ProfileInfo
does not update global schema when a project-level config is detected
#2086
Labels
bug
Something isn't working
priority-high
Production outage - this quarter or at least next quarter
severity-high
Bug for which there may be workaround but limits the usage of the Zowe for major use cases
Describe the bug
If a user has a workspace folder opened containing a project-level configuration, and a VS Code extension is installed,
ProfileInfo.addProfileTypeToSchema
does not update the global schema as expected.(originally reported by @FrankSu1996 in issue zowe-explorer-vscode#2773)
Expected and actual results
Expected: The profile type and its metadata are added to the global schema even if a project-level config is found.
Actual: The schema is not updated.
A workaround is to close the workspace folder, delete
extenders.json
from your Zowe home directory and then try to register the extension again in VS Code.Describe your environment
Additional context
The text was updated successfully, but these errors were encountered: