Skip to content

Commit

Permalink
chore: update extension name across the board 😋
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 4f2c793 commit f1856a0
Show file tree
Hide file tree
Showing 8 changed files with 69 additions and 66 deletions.
3 changes: 3 additions & 0 deletions packages/vsce/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.DS_Store
resources/.DS_Store

node_modules/
dist/
lib/
Expand Down
2 changes: 1 addition & 1 deletion packages/vsce/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ All notable changes to the "cics-extension-for-zowe" extension will be documente
## `1.1.1`

- Fixed the bug that cause z/OSMF profiles with untrusted CA to be invalidated [#116](https://github.com/zowe/vscode-extension-for-cics/issues/116).
- Added 'Zowe Explorer for IBM CICS' in `category` section of the `contributes.commands` section in `package.json` for Zowe Explorer conformance.
- Added 'IBM CICS for Zowe Explorer' in `category` section of the `contributes.commands` section in `package.json` for Zowe Explorer conformance.
- Updated README.md file with 'Providing feedback or help contributing' chapter for Zowe Explorer conformance.

## `1.1.0`
Expand Down
10 changes: 5 additions & 5 deletions packages/vsce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ If you don't have an existing Zowe CICS CLI profile, follow these steps to creat

3. Edit the config file to add a CICS profile.

4. Refresh the Zowe Explorer for IBM CICS extension by either clicking the button at the top level of the CICS view, or the `Zowe Explorer for IBM CICS: Refresh` command palette option.
4. Refresh the IBM CICS for Zowe Explorer extension by either clicking the button at the top level of the CICS view, or the `IBM CICS for Zowe Explorer: Refresh` command palette option.

5. Select the **+** button in the CICS tree and click the newly created profile to load it into view.

Expand Down Expand Up @@ -146,7 +146,7 @@ To show more than one CICS profile in the tree, select the + button and choose f

3. Edit the config file to update the profile(s).

4. Refresh the Zowe Explorer for IBM CICS extension by either clicking the button at the top level of the CICS view, or the `Zowe Explorer for IBM CICS: Refresh` command palette option.
4. Refresh the IBM CICS for Zowe Explorer extension by either clicking the button at the top level of the CICS view, or the `IBM CICS for Zowe Explorer: Refresh` command palette option.

<p align="center">
<img src="./docs/images/update-config-profile.gif" alt="Zowe CICS Explorer Filter" width="700px"/>
Expand Down Expand Up @@ -184,7 +184,7 @@ Open the menu actions for a profile by right-clicking a profile and select `Hide

3. Edit the config file to remove the cics profile entry.

4. Refresh the Zowe Explorer for IBM CICS extension by either clicking the button at the top level of the CICS view, or the `Zowe Explorer for IBM CICS: Refresh` command palette option.
4. Refresh the IBM CICS for Zowe Explorer extension by either clicking the button at the top level of the CICS view, or the `IBM CICS for Zowe Explorer: Refresh` command palette option.

<p align="center">
<img src="./docs/images/delete-config-profile.gif" alt="Zowe CICS Explorer NewCopy Program" width="600px"/>
Expand Down Expand Up @@ -342,7 +342,7 @@ If you define a profile as only accepting trusted TLS certificates when the Zowe

### Checking the source of an error

Before filing an issue, check if an error is arising from the Zowe Explorer for IBM CICS extension and not the Zowe Explorer extension by expanding the error message and checking if the `Source` is `Zowe Explorer for IBM CICS (Extension)`.
Before filing an issue, check if an error is arising from the IBM CICS for Zowe Explorer extension and not the Zowe Explorer extension by expanding the error message and checking if the `Source` is `IBM CICS for Zowe Explorer (Extension)`.

<p align="center">
<img src="./docs/images/expand-error-cics.gif" alt="Zowe CICS Explorer NewCopy Program" width="600px"/>
Expand All @@ -354,4 +354,4 @@ Error messages arising from the Zowe Explorer extension will have the `Source` a

Before filing an issue, check the [Troubleshooting guide](./docs/Troubleshooting.md) first to ensure that the issue hasn't already been addressed.

To file issues, use the [Zowe Explorer for IBM CICS issue list](https://github.com/zowe/vscode-extension-for-cics/issues), or chat with use on [Slack](https://openmainframeproject.slack.com/archives/CUVE37Z5F) by indicating the message is for the Zowe Explorer for IBM CICS extension.
To file issues, use the [IBM CICS for Zowe Explorer issue list](https://github.com/zowe/vscode-extension-for-cics/issues), or chat with use on [Slack](https://openmainframeproject.slack.com/archives/CUVE37Z5F) by indicating the message is for the IBM CICS for Zowe Explorer extension.
6 changes: 3 additions & 3 deletions packages/vsce/docs/Troubleshooting.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Zowe Explorer for IBM CICS extension Troubleshooting
# IBM CICS for Zowe Explorer extension Troubleshooting

Check that the [source of the error](https://github.com/zowe/vscode-extension-for-cics#checking-the-source-of-an-error) is from the Zowe Explorer for IBM CICS extension before refering to the troubleshooting documentation.
Check that the [source of the error](https://github.com/zowe/vscode-extension-for-cics#checking-the-source-of-an-error) is from the IBM CICS for Zowe Explorer extension before refering to the troubleshooting documentation.

## Contents

Expand All @@ -13,7 +13,7 @@ If a socket closed error occurs when trying to connect to a profile with an IP a

## `Failed to load schema for profile type cics` error

This Zowe V2 error appears when a cics profile entry is missing from the `zowe.schema.json` file. Currently, the installation of the Zowe Explorer for IBM CICS extension does not automatically add this cics entry. This is being worked on.
This Zowe V2 error appears when a cics profile entry is missing from the `zowe.schema.json` file. Currently, the installation of the IBM CICS for Zowe Explorer extension does not automatically add this cics entry. This is being worked on.

There are 2 ways of adding the cics entry to the schema file and getting around this error message:

Expand Down
Loading

0 comments on commit f1856a0

Please sign in to comment.