You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added new Zowe Explorer z/OS Console webview with access via VS Code command pallete to issue MVS Console commands. #2925 Thanks @crshnburn
Bug fixes
Fixed issue where creating a new team configuration file could cause Zowe Explorer to crash, resulting in all sessions disappearing from trees. #2906 Thanks @t1m0thyj
Fixed data set not opening when the token has expired. #3001 Thanks @KaranP25
Fixed JSON errors being ignored when zowe.config.json files change on disk and are reloaded. #3066#3074 Thanks @t1m0thyj
Resolved an issue where extender event callbacks were not always fired when the team configuration file was created, updated or deleted. #3078 Thanks @traeok
IBM z/OS FTP for Zowe Explorer
Bug fixes
Renamed extension to IBM z/OS FTP for Zowe Explorer. #2990 Thanks @zFernand0
Zowe Explorer APIs
Bug fixes
Fixed an issue where the ZoweVsCodeExtension.updateCredentials method could remove credentials from session when input prompt was cancelled. #3018 Thanks @t1m0thyj
Updated the @zowe/cli dependency to fix error when using session with auth type "none". zowe-cli#2219 Thanks @t1m0thyj
Fixed errors being logged silently rather than thrown in ProfilesCache.refresh method. #3066 Thanks @t1m0thyj