Zowe Explorer for Visual Studio Code
Zowe Explorer for VS Code provides access to mainframe resources in Visual Studio Code. Zowe Explorer provides a modern, familiar, user-friendly interface that enables mainframe developers and system programmers to:
Other ways to connect
Addressing system requirements
Before you use Zowe Explorer, ensure that you meet the following prerequisites: Client side requirementsOperating systems
Integrated development environments
Server side requirements
Getting started
Use various services to communicate with system resources and extract system data on the mainframe:
Customizing extension settings
Confirming your team configurationTeam configuration stores connection information to access the mainframe. Check that you have your team configuration in place.
If you are missing your team configuration files, Creating a team configuration fileA team configuration file stores connection information to mainframe services in profiles, making team configuration easy to maintain and share with others in your organization. Team configuration should be created by an administrator or team lead who understands what connection information is needed and can efficiently manage it. A user can also set up their team configuration when they understand their team's requirements for use and the options available to ensure these are met. If you do not have a team configuration file, create a new one in Visual Studio Code:
Refer to Zowe Docs for documentation on understanding and implementing team configuration: Note: Team configuration can apply across three core components of the Zowe project: Zowe Explorer for VS Code, Zowe Explorer for IntelliJ IDEA, and Zowe CLI. Using profiles for the first timeThe first time a team configuration profile is used, you are prompted for a user name and password for the profile's connection. The term password is used loosely to represent all supported authentication secrets, such as passphrases, passtickets, Multifactor Authentication (MFA) tokens, etc. Updating securely stored credentialsSecure fields in the team configuration file are handled by the Zowe Imperative dependency. To update securely stored user names and passwords in Zowe Explorer:
Other authentication methodsZowe Explorer for VS Code supports multiple authentication methods including basic authentication, multi-factor authentication, tokens, and certificates. See Zowe Docs for more information about these other authentication methods. Working with file trees
Downloading file content
Downloading file content
Extending Zowe Explorer
You can add new functionalities to Zowe Explorer by creating your own extension. For more information, see Extensions for Zowe Explorer. Tip: View an example of a Zowe Explorer extension in the Zowe Explorer FTP extension documentation. Known issues
Bidirectional languagesFiles written in languages primarily read from right to left (Arabic, Hebrew, many Asian languages) can include portions of text that are written and read left to right, such as numbers. These bidirectional (BiDi) languages are not currently supported in Visual Studio Code. (See [Issue #86667](https://github.com/microsoft/vscode/issues/86667) for more information.) As a result, VS Code extensions like Zowe Explorer, Zowe Explorer CICS Extension, and Zowe Explorer FTP Extension are not able to support BiDi languages in files. |