Zowe Explorer
Bug fixes
- Fix issue where the Zowe Explorer VS Code command
Refresh Zowe Explorer
failed catastrophically. #3100 - Fixed an issue where the
ProfilesUtils.getProfileInfo
function returned a newProfileInfo
instance that did not respect theZOWE_CLI_HOME
environment variable and workspace paths. #3168 - Fixed an issue where the location prompt for the
Create Directory
andCreate File
USS features would appear even when a path is already set for the profile or parent folder. #3183 - Fixed an issue where the
Create Directory
andCreate File
features would continue processing when the first prompt was dismissed, causing an incorrect path to be generated. #3183 - Fixed an issue where the
Create Directory
andCreate File
features would incorrectly handle user-specified locations with trailing slashes. #3183 - Fixed an issue where renaming a data set with unsaved changes did not cancel the rename operation. Now, when renaming a data set with unsaved changes, you are prompted to resolve them before continuing. #3328
- Fixed an issue where a migrated data set is unusable after it is recalled through Zowe Explorer. #3294
- Fixed an issue where a recalled PDS is expandable after it is migrated through Zowe Explorer. #3294
- Fixed an issue where data set nodes did not update if migrated or recalled outside of Zowe Explorer. #3294
- Fixed an issue where clicking on a file in the Unix System Services tree caused the tree to abruptly change focus to the selected item. #2486
- Fixed an issue where binary USS files were not fetched using the "Pull from Mainframe" context menu option. #3355
- Fixed an issue with Auto Save where a failed UNIX file or data set save operation caused an infinite loop of save requests. #2406, #2627
- Fixed an issue where "Open with Encoding" menu failed when tagged encoding was selected for a binary USS file. #3377
- Fixed an issue where editing a team config file or updating secrets in the OS credential vault could trigger multiple events for a single action. #3378
- Updated the
@zowe/cli
dependency to v7.29.8 for technical currency. #3378 - Fixed issue where Search operation did not prompt for credentials if profile contains expired token. #2259
- Fixed issue where inactive status was not displayed for profiles loaded from Global Config. #3134
- Fixed an issue where invalid credentials could trigger the Update Credentials prompt twice in new VS Code session. #3376
- Fixed an issue where expanding a job node to show spool doesn't trigger the Update Credentials prompt when credentials are invalid. #3376
- Fixed data loss when creating a data set member with the same name as an existing member. When creating a new member, the user is now prompted to replace it if the member already exists. [#3327]
- Fixed an issue where profile encoding is not respected when opening job spool files. #3504
- Fixed an issue where the user was unnecessary prompting after choosing to replace existing data set members when creating new ones. #3522
IBM z/OS FTP for Zowe Explorer
Bug fixes
- Updated the
@zowe/cli
dependency to v7.29.8 for technical currency. #3378 - Fixed issue where FTP client errors incorrectly triggered authentication prompts instead of showing appropriate error messages. #3534