Zowe Explorer
- Optimized saving of files on DS/USS when utilizing autosave or experiencing slow upload speeds. #1800 Thanks @rudyflores
- Updates to use new Zowe Explorer APIs
ZoweVsCodeExtension.updateCredentials
for credential prompting andProfilesCache.updateProfilesArrays
for profiles that don't store credentials locally in profile file. #1852 Thanks @JillieBeanSim
Extensibility API for Zowe Explorer
- New API
ZoweVsCodeExtension.updateCredentials
for credential prompting that updates the ProfilesCache after obtaining credentials from user. #1852 Thanks @JillieBeanSim - New API
ProfilesCache.updateProfilesArrays
to updateProfilesCache.allProfiles
for profiles that don't store credentials locally in profile file. #1852 Thanks @JillieBeanSim - New API
ProfilesCache.isCredentialsSecured
to check if credentials are stored securely. #1852 Thanks @JillieBeanSim - Deprecated
ZoweVsCodeExtension.promptCredentials
in favor ofZoweVsCodeExtension.updateCredentials
. #1852 Thanks @JillieBeanSim