Zowe Explorer
Bug fixes
- Updated the
DatasetFSProvider.stat()
function to throw aFileNotFound
error for extenders trying to fetch an MVS resource that does not exist. #3252 - Fixed an issue where renaming or deleting a USS file or data set did not update the opened editor. #3260
- Fixed an issue during initialization where a broken team configuration file caused the "Show Config" action in the error dialog to stop working. #3273
- Fixed an issue where switching authentication methods would cause a
Cannot read properties of undefined
error. #3142 - Fixed an issue where calling
vscode.workspace.fs.readFile
with a PDS member URI would throw an error when the PDS already existed as a filesystem entry. #3267 - Fixed an issue where Zowe Explorer would present the "No configs detected" notification when initialized in a workspace without a Zowe team configuration. #3280
- Reduced the number of MVS API calls performed by the function
vscode.workspace.fs.readFile
when fetching the contents of a data set entry. #3278 - Fixed inconsistent capitalization across translation strings. #2935
- Updated the check for default credential managers for better compatibility with Cloud-based platforms such as Eclipse Che and Red Hat OpenShift Dev Spaces. #3297
- Fixed issue where users were not prompted to enter credentials if a 401 error was encountered when opening files, data sets or spools in the editor. #3197
- Fixed issue where profile credential updates or token changes were not reflected within the filesystem. #3289
- Fixed issue to update the success message when changing authentication from token to basic through the 'Change Authentication' option.
- Fixed an issue where fetching a USS file using
UssFSProvider.stat()
with afetch=true
query would cause Zowe Explorer to get stuck in an infinite loop.
IBM z/OS FTP for Zowe Explorer
Bug fixes
- Fixed issue where the MVS API
putContents
function did not support PDS members when the member was not specified in the data set name. #3305