Skip to content

Commit

Permalink
reviews docs for accuracy and update
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Nice <[email protected]>
  • Loading branch information
davenice committed Jan 19, 2025
1 parent 274cf95 commit bacde10
Show file tree
Hide file tree
Showing 12 changed files with 85 additions and 160 deletions.
7 changes: 6 additions & 1 deletion packages/vsce/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the "cics-extension-for-zowe" extension will be documented in this file.

## Recent Changes

- BugFix: Update documentation to reflect changes to fully support V3 profiles. [#209](https://github.com/zowe/cics-for-zowe-client/issues/209)

## `3.3.0`

- Added `Manage Profile` option for CICS profiles. [#179](https://github.com/zowe/cics-for-zowe-client/issues/179)
Expand Down Expand Up @@ -30,6 +34,7 @@ All notable changes to the "cics-extension-for-zowe" extension will be documente
- Remove v1 deprecated code from the extension. [#184](https://github.com/zowe/cics-for-zowe-client/issues/184)

## `3.2.1`

- BugFix: Remove the 'Show SIT Parameters' menu option when a region is inactive. [#167](https://github.com/zowe/cics-for-zowe-client/issues/167)

## `3.2.0`
Expand Down Expand Up @@ -210,4 +215,4 @@ All notable changes to the "cics-extension-for-zowe" extension will be documente
- Added the ability to run a command across multiple Programs, Transactions or Files by selecting them and running the command.
- Included auto-reading of CICS Plexes and Regions if not specified in your Zowe profile.
- Inluded compatibility with Theia, allowing for web-based use-cases of this extension.
- Prevention of CICS Profiles leaking into the other Zowe Explorer trees.
- Prevention of CICS Profiles leaking into the other Zowe Explorer trees.
212 changes: 66 additions & 146 deletions packages/vsce/README.md

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions packages/vsce/docs/Uninstallation.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# CICS Extension Uninstallation
# IBM CICS for Zowe Explorer Extension Uninstallation

## Requirements

- VScode
- Installed Zowe Explorer Extension for CICS
- VS Code
- Installed IBM CICS for Zowe Explorer Extension

## Uninstallation

### From VSCode Extensions Tab
### From VS Code Extensions Tab

1. Navigate to Extensions tab of the VSCode application
1. Navigate to the Extensions tab of the VS Code application

2. Find `Zowe Explorer Extension For CICS` and click it
2. Find `IBM CICS for Zowe Explorer` and select it

3. A panel should open. Click `Uninstall at the top of the screen`
3. Choose `Uninstall` at the top of the screen

4. A reload may be required. If a button appears saying such, click it and the extension will no longer be installed
4. You may need to restart VS Code for the uninstallation to fully complete.
Binary file removed packages/vsce/docs/images/create-config-profile.gif
Binary file not shown.
Binary file removed packages/vsce/docs/images/create-session.png
Binary file not shown.
Binary file removed packages/vsce/docs/images/delete-config-profile.gif
Binary file not shown.
Binary file removed packages/vsce/docs/images/delete-profile.gif
Binary file not shown.
Binary file removed packages/vsce/docs/images/hide-profile.gif
Binary file not shown.
Binary file removed packages/vsce/docs/images/untrusted-cert.gif
Binary file not shown.
Binary file not shown.
Binary file removed packages/vsce/docs/images/update-profile.gif
Binary file not shown.
10 changes: 5 additions & 5 deletions packages/vsce/docs/installation-guide.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# CICS Extension Installation
# IBM CICS for Zowe Explorer Extension Installation

## Requirements

- VSSode
- Zowe Explorer (optional - the Zowe Explorer will be added as part of the install if it isn't already present in VSCode.
- VS Code
- Zowe Explorer (optional - the Zowe Explorer will be added as part of the install if it isn't already present in VS Code.

## Installation

### From VSIX File

1. Download Zowe.cics-extension-for-zowe-2.x.x.vsix to your PC that has VS Code already installed.
1. Download Zowe.cics-extension-for-zowe-3.x.x.vsix to your PC that has VS Code already installed.

2. Open the Extensions icon in the side bar, navigate to the ... menu, press **Install from VSIX ...** and select the downloaded `Zowe.cics-extension-for-zowe-2.x.x.vsix` file.
2. Open the Extensions icon in the side bar, navigate to the ... menu, press **Install from VSIX ...** and select the downloaded `Zowe.cics-extension-for-zowe-3.x.x.vsix` file.

<p align="center">
<img src="./images/zowe-cics-explorer-install.gif" alt="Installing Zowe CICS Explorer" width="700px"/>
Expand Down

0 comments on commit bacde10

Please sign in to comment.