This extension is a sample to show how extenders can add a new tree to the Zowe Explorer View of VS Code. It will load existing Zowe CLI SSH profile names into the new view, clicking the refresh button on the view will update the list of profiles.
- NPM 14+
- Yarn 1.22.0+
- VS Code 1.78.0+
- Clone the repository
- run command
yarn && yarn build
- Build first
- run command
yarn package
, .vsix will be located in the packaged-apps directory.
- Right-click .vsix in the packaged-apps directory.