Skip to content

Commit

Permalink
pr: Address feedback 😋
Browse files Browse the repository at this point in the history
Signed-off-by: zFernand0 <[email protected]>
  • Loading branch information
zFernand0 committed Aug 1, 2024
1 parent 12dae5c commit 292f9b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
{
displayNames: {
"zowe-explorer": "Zowe Explorer",
"zowe-explorer-ftp-extension": "Zowe Explorer Extension for FTP",
"zowe-explorer-ftp-extension": "IBM z/OS FTP for Zowe Explorer",
"zowe-explorer-api": "Zowe Explorer APIs",
},
headerLine: "## TBD Release",
Expand Down
2 changes: 1 addition & 1 deletion packages/zowe-explorer-ftp-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All notable changes to the "zowe-explorer-ftp-extension" extension will be docum

### Bug fixes

- Renamed extension to `IBM z/OS FTP Plug-in for Zowe`. [#2990](https://github.com/zowe/zowe-explorer-vscode/issues/2990)
- Renamed extension to `IBM z/OS FTP for Zowe Explorer`. [#2990](https://github.com/zowe/zowe-explorer-vscode/issues/2990)

## `2.17.0`

Expand Down
4 changes: 2 additions & 2 deletions packages/zowe-explorer-ftp-extension/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Zowe Explorer Extension for FTP
# IBM z/OS FTP for Zowe Explorer

[![version](https://img.shields.io/visual-studio-marketplace/v/Zowe.zowe-explorer-ftp-extension.svg)](https://img.shields.io/visual-studio-marketplace/v/Zowe.zowe-explorer-ftp-extension.svg)
[![downloads](https://img.shields.io/visual-studio-marketplace/d/Zowe.zowe-explorer-ftp-extension.svg)](https://img.shields.io/visual-studio-marketplace/d/Zowe.zowe-explorer-ftp-extension.svg)

Zowe Explorer's FTP extension adds the FTP protocol to the [Zowe Explorer](https://github.com/zowe/zowe-explorer-vscode) VS Code extension, allowing you to use [z/OS FTP Plug-in for Zowe CLI](https://github.com/zowe/zowe-cli-ftp-plugin) profiles to connect and interact with z/OS USS.
The IBM z/OS FTP for Zowe Explorer adds the FTP protocol to the [Zowe Explorer](https://github.com/zowe/zowe-explorer-vscode) VS Code extension, allowing you to use [z/OS FTP Plug-in for Zowe CLI](https://github.com/zowe/zowe-cli-ftp-plugin) profiles to connect and interact with z/OS USS.

This VS Code extension also serves as a [source code example](https://github.com/zowe/zowe-explorer-vscode/tree/main/packages/zowe-explorer-ftp-extension) demonstrating how to use the [Zowe Explorer Extensibility API](https://github.com/zowe/zowe-explorer-vscode/tree/main/packages/zowe-explorer-api) to create VS Code extensions that extend the Zowe Explorer VS Code extensions with new capabilities.

Expand Down

0 comments on commit 292f9b3

Please sign in to comment.