-
Notifications
You must be signed in to change notification settings - Fork 100
v3 Changes for Users and Extenders
Billie Simmons edited this page Jan 10, 2024
·
17 revisions
- Removed support for v1 Profiles
- Removed support for Theia IDE
- Updated supported for VS Code engine to v1.79.0+
- Ability to compare 2 files from MVS and/or UNIX System Services views via right click actions, with option to compare in Read-Only mode too.
- Ability to issue UNIX commands.
- Added support for Local Storage settings for persistent settings in Zowe Explorer. Manual changes to these settings in the VS Code settings.json will not be reflected anymore in Zowe Explorer and users will need to use the right-click
Edit history
action to modify these settings. These settings include:- zowe.ds.history
- zowe.uss.history
- zowe.jobs.history
- Logger type
MessageSeverityEnum
removed in favor ofMessageSeverity
. -
IUss.putContents
removed in favor ofIUss.putContent
. -
IJes.getJobsByOwnerAndPrefix
removed in favor ofIJes.getJobsByParameters
. -
ICommand.issueTsoCommand
removed in favor ofICommand.issueTsoCommandWithParms
. -
ZoweVsCodeExtension.showVsCodeMessage
removed in favor ofGui.showMessage
. -
ZoweVsCodeExtension.inputBox
removed in favor ofGui.showInputBox
. -
ZoweVsCodeExtension.promptCredentials
removed in favor ofZoweVsCodeExtension.updateCredentials
.
-
ICommand.issueUnixCommand
added for issuing Unix Commands - Optional
ICommand.sshProfileRequired
API returning a boolean value for extenders that would like to use the ssh profile for issuing UNIX commands via Zowe Explorer.
zowe/vscode-extension-for-zowe
Welcome
Using Zowe Explorer
Roadmaps
- 2025 Zowe Explorer Roadmap
- 2024 Zowe Explorer Roadmap
- 2023 Zowe Explorer Roadmap
- 2022 Zowe Explorer Roadmap
Development Process
Testing process
Release Process
Backlog Grooming Process
How to Extend Zowe Explorer
- Extending Zowe Explorer
- Using Zowe Explorer Local Storage
- Error Handling for Extenders
- Secure Credentials for Extenders
- Sample Extender Repositories
Conformance Criteria
v3 Features and Information