diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4ce556b..babe9ba 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,7 +7,7 @@ on: jobs: build: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: @@ -22,7 +22,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Package VSIX run: npx vsce package - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: VSIX path: "*.vsix" diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a7a77e..901800f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +## [2.2.1] 2025-07-29 + +- Readme update + +## [2.2.0] 2025-07-28 + +- JCL Language Support extension added +- PL/I Language Support extension added +- Extension pack renamed to Code4z Foundation +- Day 1 task checklist walkthrough update +- Readme update + +## [2.1.3] 2024-04-24 + +- Readme superseded by new documentation on Techdocs. + +## [2.1.2] 2023-12-27 + +- Readme update + +## [2.1.1] 2023-07-13 + +- Readme update + ## [2.1.0] 2023-01-25 - Day 1 task checklist walkthrough added diff --git a/README.md b/README.md index 000a2f6..68f7ed3 100644 --- a/README.md +++ b/README.md @@ -1,225 +1,57 @@ -# Code4z +
[![License](https://img.shields.io/badge/license-BROADCOM-brightgreen)](https://github.com/BroadcomMFD/code4z/blob/master/LICENSE) +[![slack](https://img.shields.io/badge/chat-on%20Slack-blue)](https://join.slack.com/t/che4z/shared_invite/zt-37ewynplx-wCoabaIDxN6Ofm4_XBinZA) +[![Code4z](https://img.shields.io/badge/Code4z-marketplace-cc092f)](https://marketplace.visualstudio.com/search?term=code4z&target=VSCode) -Code4z is an all-in-one VS Code extension pack for mainframe users working with z/OS. Code4z provides language support for COBOL and High Level Assembler for z/OS and graphical visualization of COBOL applications. The pack also includes data editing and file management tools, Explorer for Endevor, and extensions for interactive debugging, macro tracing, and abend analysis. Code4z is free to install and use. - -Code4z is compatible with Microsoft Visual Studio Code and Github Codespaces. - -
- Code4z Extensions - -This extension is Zowe v2 conformant
+# Code4z Foundation -## How Does It Work? - -The Code4z extension pack simplifies your common workflows and enables you to work with COBOL and HLASM code in the same way you work with other languages in Visual Studio Code. The pack provides a modern mainframe programming experience and includes the following features: - -- **Language support** for IBM Enterprise COBOL 6.0 and high-level assembler language. - - The COBOL Language Support and HLASM Language Support extensions provide syntax highlighting, syntax validation, and content assistance when editing COBOL and HLASM code. Code4z extensions utilize language servers that are fully compatible with the [Language Server Protocol Specification](https://microsoft.github.io/language-server-protocol/specification). - - You can configure COBOL Language Support to automatically download your copybooks from the mainframe. - - The COBOL Control Flow application provides graphical visualization of program flow for COBOL programs. -- **Data editing and file management** of mainframe data sets. - - With Zowe Explorer you can allocate, copy, rename, and edit mainframe data sets in VS Code and save them to the mainframe. - - The Data Editor for Mainframe extension enables you to edit VSAM data sets, apply record layouts, and filter records using selection criteria. -- **Testing tools** for CICS and Batch programs. - - The Debugger for Mainframe extension enables you to debug CICS and Batch applications that are written in COBOL and High-Level Assembler Language. - - With Abend Analyzer for Mainframe you can view abend reports and symbolic data. - - The HLASM Language Support extension enables you to trace Assembler macros interactively. -- **Source code management** integrated with Endevor. - - With the help of the Explorer for Endevor extension you can retrieve, browse, and search Endevor elements in your IDE. -- **Mainframe operations**. - - With Zowe Explorer you can issue TSO and MVS commands and submit JCL. - -### Sample Workflows - -#### Edit COBOL and HLASM source code stored on the mainframe - -* Use Explorer for Endevor to download code elements and their dependencies into the current workspace. -* Edit COBOL code with COBOL Language Support, and take advantage of all the coding assistance that the extension provides. -* Use COBOL Control Flow to easily navigate around different parts of the source code. -* Edit assembler code and trace macros using HLASM Language Support. -* Locate all copybooks in the workspace and, if needed, download other copybooks that are used in the source code from the mainframe. -* Search and browse additional code elements in the entire map of Endevor, using the Explorer for Endevor extension. - -#### Run a debug session on a CICS program - -* Edit and execute JCL with Zowe Explorer to run unit tests. -* Use Abend Analyzer for Mainframe to view an abend report and diagnose an issue. -* Set up a debug session using Debugger for Mainframe and set breakpoints in the code. -* Trigger the CICS transaction on the mainframe. -* Start a debug session using Debugger for Mainframe. -* Stop at designated breakpoints, displaying and changing any problematic code or variable values. -* Use Data Editor for Mainframe to extend the test data in your VSAM files. -* Run the tests again. - -## What’s New -* 2023-06-29 - [Debugger for Mainframe](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.debugger-for-mainframe) version 1.8.1, see [Changelog](https://marketplace.visualstudio.com/items/broadcomMFD.debugger-for-mainframe/changelog). -* 2023-06-29 - [Zowe Explorer](https://marketplace.visualstudio.com/items?itemName=Zowe.vscode-extension-for-zowe) version 2.9.1, see [Changelog](https://marketplace.visualstudio.com/items/Zowe.vscode-extension-for-zowe/changelog). -* 2023-06-27 - [Abend Analyzer for Mainframe](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.abend-analyzer) version 1.1.0, see [Changelog](https://marketplace.visualstudio.com/items/broadcomMFD.abend-analyzer/changelog). -* 2023-06-13 - [Explorer for Endevor](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.explorer-for-endevor) version 1.5.3, see [Changelog](https://marketplace.visualstudio.com/items/broadcomMFD.explorer-for-endevor/changelog). -* 2023-06-02 - [COBOL Language Support](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.cobol-language-support) version 2.0.0, see [Changelog](https://marketplace.visualstudio.com/items/broadcomMFD.cobol-language-support/changelog). -* 2023-05-31 - [HLASM Language Support](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.hlasm-language-support) version 1.8.0, see [Changelog](https://marketplace.visualstudio.com/items/broadcomMFD.hlasm-language-support/changelog). -* 2023-03-13 - [COBOL Control Flow](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.ccf) version 1.0.5, see [Changelog](https://marketplace.visualstudio.com/items/broadcomMFD.ccf/changelog). -* 2022-04-28 - New extensions [Abend Analyzer for Mainframe](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.abend-analyzer) (version 1.0.0) and [Data Editor for Mainframe](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.data-editor-for-mainframe) (version 1.0.0) added to the Code4z package. - -## Prerequisites - -* Individual extension prerequisites are detailed in the individual readme files linked below. - -## Getting Started - -Code4z includes a Day 1 Task Checklist walkthrough, which guides you through the first tasks to perform after you install the extension pack. - -To launch the walkthrough, open **Get Started** from the **Help** menu, and select **Code4z Day 1 Task Checklist** under **Walkthroughs**. - -## [COBOL Language Support](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.cobol-language-support) - -[![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/broadcomMFD.cobol-language-support?color=brighgreen&label=Marketplace&style=flat-square)](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.cobol-language-support) -[![GitHub issues](https://img.shields.io/github/issues-raw/eclipse/che-che4z-lsp-for-cobol?style=flat-square)](https://github.com/eclipse/che-che4z-lsp-for-cobol/issues) -[![slack](https://img.shields.io/badge/chat-on%20Slack-blue?style=flat-square)](https://communityinviter.com/apps/che4z/code4z) - -COBOL Language Support enhances the COBOL programming experience on your IDE. The extension leverages the language server protocol to provide autocomplete, syntax highlighting and coloring, and diagnostic features for COBOL code and copybooks. The COBOL Language Support extension can also connect to a mainframe using the Zowe Explorer extension to automatically retrieve copybooks that are used in your programs and store them in your workspace. - -> How can we improve COBOL Language Support? [Let us know on our Git repository](https://github.com/eclipse/che-che4z-lsp-for-cobol/issues) - -### Features -* Edit COBOL code with syntax highlighting, real time syntax validation, content assist and other advanced features. -* Automatic retrieval of copybooks from the mainframe. - -### Blogs -* [Beginner’s Guide: COBOL Made Easy](https://medium.com/modern-mainframe/beginners-guide-cobol-made-easy-introduction-ecf2f611ac76) -* [LSP Magic - Mainframe Language Support in Modern IDEs](https://medium.com/modern-mainframe/lsp-magic-mainframe-language-support-in-modern-ides-4ea3d81259b3) - -## [COBOL Control Flow](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.ccf) -[![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/broadcomMFD.ccf?color=brighgreen&label=Marketplace&style=flat-square)](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.ccf) -[![GitHub issues](https://img.shields.io/github/issues-raw/broadcomMFD/cobol-control-flow?style=flat-square)](https://github.com/BroadcomMFD/cobol-control-flow/issues) -[![slack](https://img.shields.io/badge/chat-on%20Slack-blue?style=flat-square)](https://communityinviter.com/apps/che4z/code4z) - -COBOL Control Flow provides graphical visualization of program flow for programs that are written in COBOL. The extension is designed to help COBOL developers to quickly comprehend and debug COBOL programs that they might not be familiar with. - -> How can we improve COBOL Control Flow? [Let us know on our Git repository](https://github.com/BroadcomMFD/cobol-control-flow/issues) - -### Features - -* Generate interactive graphs of COBOL code -* Navigate through COBOL code and copybooks using the interactive graph. - -### Blogs -* [Visualize COBOL Programs in VS Code](https://medium.com/modern-mainframe/visualization-of-cobol-programs-in-vs-code-4e67210b8b9f) - -## [HLASM Language Support](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.hlasm-language-support) - -[![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/broadcomMFD.hlasm-language-support?color=brighgreen&label=Marketplace&style=flat-square)](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.hlasm-language-support) -[![GitHub issues](https://img.shields.io/github/issues-raw/eclipse/che-che4z-lsp-for-hlasm?style=flat-square)](https://github.com/eclipse/che-che4z-lsp-for-hlasm/issues) -[![slack](https://img.shields.io/badge/chat-on%20Slack-blue?style=flat-square)](https://communityinviter.com/apps/che4z/code4z) - -HLASM Language Support is an extension that supports the High Level Assembler language. The extension provides code completion, highlighting and navigation features, shows mistakes in the source, and enables you to check how the conditional assembly is evaluated with a modern debugging experience. - -> How can we improve HLASM Language Support? [Let us know on our Git repository](https://github.com/eclipse/che-che4z-lsp-for-hlasm/issues) - -### Features -* Edit HLASM code with syntax highlighting, real time syntax validation, content assist and other advanced features. -* Trace HLASM macros. - -### Links -* [HLASM Language Support Wiki](https://github.com/eclipse/che-che4z-lsp-for-hlasm/wiki) +Code4z Foundation is an all-in-one VS Code extension pack for mainframe users working with z/OS. Code4z Foundation provides language support for several common z/OS programming languages and graphical visualization of COBOL applications. The pack also includes data editing and file management tools, Explorer for Endevor, and extensions for interactive debugging, macro tracing, and abend analysis. Code4z Foundation is free to install and use. -## [Zowe Explorer](https://marketplace.visualstudio.com/items?itemName=Zowe.vscode-extension-for-zowe) +The Code4z Foundation pack is compatible with Microsoft Visual Studio Code and Github Codespaces. -[![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/Zowe.vscode-extension-for-zowe?color=brighgreen&label=Marketplace&style=flat-square)](https://marketplace.visualstudio.com/items?itemName=Zowe.vscode-extension-for-zowe) -[![GitHub issues](https://img.shields.io/github/issues-raw/zowe/vscode-extension-for-zowe?style=flat-square)](https://github.com/zowe/vscode-extension-for-zowe/issues) -[![slack](https://img.shields.io/badge/chat-on%20Slack-blue?style=flat-square)](https://openmainframeproject.slack.com/) - -Zowe Explorer is a VS Code extension powered by Zowe CLI that streamlines interaction with mainframe data sets, USS files, and jobs. The extension is designed to function along with other extensions and plug-ins to deliver a richer experience. - -You can learn more about the Zowe Explorer by watching the [Getting Started](https://www.youtube.com/embed/G_WCsFZIWt4) and [Work with Data Sets](https://www.youtube.com/embed/X4oSHrI4oN4) tutorial videos. - -> How can we improve Zowe Explorer? [Let us know on our Git repository](https://github.com/zowe/vscode-extension-for-zowe/issues) - -### Features - -- Access z/OS Datasets and z/OS Unix file systems, and submit JCL. -- Create, edit, and work with z/OSMF compatible profiles. -- Store your credentials securely with Secure Credentials Store plug-in. -- View and download job output. -- Issue TSO and MVS commands. -- Leverage the API Mediation Layer token-based authentication to access z/OSMF. -- Install additional extensions. - -### Blogs - -- [Beginner’s Guide: How to access mainframe via Zowe in 10 easy steps](https://medium.com/zowe/beginners-guide-how-to-access-mainframe-via-zowe-in-10-easy-steps-fbec14ed6ed2) -- [Zowe blog](https://medium.com/zowe) - -## [Explorer for Endevor](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.explorer-for-endevor) - -[![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/broadcomMFD.explorer-for-endevor?color=brighgreen&label=Marketplace&style=flat-square)](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.explorer-for-endevor) -[![GitHub issues](https://img.shields.io/github/issues-raw/eclipse/che-che4z-explorer-for-endevor?style=flat-square)](https://github.com/eclipse/che-che4z-explorer-for-endevor/issues) -[![slack](https://img.shields.io/badge/chat-on%20Slack-blue?style=flat-square)](https://communityinviter.com/apps/che4z/code4z) - -The Explorer for Endevor extension modernizes the way you interact with [Endevor](https://www.broadcom.com/products/mainframe/devops-app-development/app/endevor-software-change-manager), offering a user-friendly and convenient way to work with elements and inventory locations. - -This extension offers best developer experience in synergy with [Bridge for Git](https://youtu.be/sjnZuQpUVM4), a solution which enables you to concurrently work in Git and mainframe. - -> How can we improve Explorer for Endevor? [Let us know on our Git repository](https://github.com/eclipse/che-che4z-explorer-for-endevor/issues) - -### Features - -- Add, view, retrieve, edit, and generate elements -- View element details -- Work with Endevor profiles and Zowe CLI base profiles -- Print listings - -## [Data Editor for Mainframe](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.data-editor-for-mainframe) - -The Data Editor for Mainframe extension for VS Code adds a modern user interface to [File Master Plus for MVS](https://www.broadcom.com/products/mainframe/testing-and-quality/file-master-plus). Data Editor for Mainframe enables you to view and edit mainframe data sets, including VSAM data sets, in your IDE. - -> How can we improve Data Editor for Mainframe? [Let us know on our Git repository](https://github.com/BroadcomMFD/data-editor-for-mainframe/issues) - -### Features - -- Browse and edit VSAM data sets, sequential data sets, and PDS members. -- Apply layouts to view data set records in single-record format. -- Interactively filter records using selection criteria. - -### Blogs - -- [Want to read a VSAM file from VS Code?](https://medium.com/modern-mainframe/want-to-read-a-vsam-file-from-vs-code-bfc2bc0eba86) - -## [Debugger for Mainframe](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.debugger-for-mainframe) -[![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/broadcomMFD.debugger-for-mainframe?color=brighgreen&label=Marketplace&style=flat-square)](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.debugger-for-mainframe) -[![GitHub issues](https://img.shields.io/github/issues-raw/broadcomMFD/debugger-for-mainframe?style=flat-square)](https://github.com/BroadcomMFD/debugger-for-mainframe/issues) -[![slack](https://img.shields.io/badge/chat-on%20Slack-blue?style=flat-square)](https://communityinviter.com/apps/che4z/code4z) - -Debugger for Mainframe provides the debugging interface to [InterTest™ for CICS](https://www.broadcom.com/products/mainframe/devops-app-development/testing-quality/intertest-cics) and [InterTest™ Batch](https://www.broadcom.com/products/mainframe/testing-and-quality/intertest-batch). This extension provides a modern debug experience for CICS and Batch applications written in COBOL. - -> How can we improve Debugger for Mainframe? [Let us know on our Git repository](https://github.com/BroadcomMFD/debugger-for-mainframe/issues) - -### Features - -* Debug COBOL and HLASM code for applications running in a CICS region. -* Debug COBOL and HLASM code for Batch applications. -* Use the Batch Link Queue to suspend and resume Batch debugging sessions. -* Manage DB2 and IMS stored procedures. - -### Videos - -* [Getting started / Debugger for Mainframe 101](https://www.youtube.com/watch?v=f6ZxwALSb_Y&feature=youtu.be) - -## [Abend Analyzer for Mainframe](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.abend-analyzer) - -Abend Analyzer for Mainframe provides an interface to [SymDump® CICS](https://www.broadcom.com/products/mainframe/testing-and-quality/symdump-cics) and [SymDump® Batch](https://www.broadcom.com/products/mainframe/testing-and-quality/symdump-batch). The extension enables you to browse, manage, and view formatted abend reports and symbolic data in a modern IDE environment. - -> How can we improve Abend Analyzer for Mainframe? [Let us know on our Git repository](https://github.com/BroadcomMFD/abend-analyzer-for-mainframe/issues) - -### Features - -- View and manage abend reports -- Load symbolic data from a PROTSYM +
+ Code4z Foundation Extensions: Abend Analyzer for Mainframe, COBOL Control Flow, COBOL Language Support, Data Editor for Mainframe, Debugger for Mainframe, Explorer for Endevor, HLASM Language Support, JCL Language Support, PL/I Language Support and Zowe Explorer +
-### Blogs +## How Does It Work? -- [Abend Analyzer for Mainframe](https://medium.com/modern-mainframe/abend-analyzer-for-mainframe-97922fbfc340) +The Code4z Foundation pack simplifies your common workflows and enables you to work with COBOL, HLASM, JCL, and PL/I code in the same way you work with other languages in Visual Studio Code. The pack provides a modern mainframe programming experience and includes the following features: + +- Language support for IBM Enterprise COBOL, HLASM, JCL, and PL/I. +- Data editing and file management of mainframe data sets +- Testing tools for CICS and Batch programs +- Source code management integrated with Endevor +- Mainframe operations + +## Extensions + +Code4z Foundation contains the following extensions: +- [Abend Analyzer for Mainframe](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.abend-analyzer) + - Enables you to view abend reports and symbolic data in your IDE. +- [COBOL Control Flow](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.ccf) + - Provides graphical visualization of program flow for COBOL programs. +- [COBOL Language Support](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.cobol-language-support) + - Provides autocomplete, highlighting, browsing, and diagnostics for COBOL code and copybooks. +- [Data Editor for Mainframe](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.data-editor-for-mainframe) + - Enables you to browse and edit mainframe data sets, including VSAM data sets. +- [Debugger for Mainframe](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.debugger-for-mainframe) + - Enables you to debug CICS and batch programs in your IDE. +- [Explorer for Endevor](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.explorer-for-endevor) + - Modernizes the way that you interact with Endevor inventory locations and elements. +- [HLASM Language Support](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.hlasm-language-support) + - Provides autocomplete, highlighting, browsing, and diagnostics for High Level Assembler code. +- [JCL Language Support](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.jcl-language-support) + - Provides rich language support and snippets for JCL code. +- [PL/I Language Support](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.pli-language-support) + - Provides rich language support for PL/I code and include files. +- [Zowe Explorer](https://marketplace.visualstudio.com/items?itemName=Zowe.vscode-extension-for-zowe) + - Streamlines interaction with mainframe data sets, USS files, and jobs. + +## Support + +**Product documentation for Code4z Foundation is available on [Techdocs](https://techdocs.broadcom.com/code4z)**. + +For an interactive overview of the Code4z Foundation pack, see the [Code4z Developer Cockpit](https://mainframe.broadcom.com/code4z-developer-cockpit). diff --git a/foundationpack.png b/foundationpack.png new file mode 100644 index 0000000..19a2cb9 Binary files /dev/null and b/foundationpack.png differ diff --git a/icon2.png b/icon2.png new file mode 100644 index 0000000..bf73741 Binary files /dev/null and b/icon2.png differ diff --git a/icon3.png b/icon3.png new file mode 100644 index 0000000..b30486f Binary files /dev/null and b/icon3.png differ diff --git a/icon4.png b/icon4.png new file mode 100644 index 0000000..bbfc5f9 Binary files /dev/null and b/icon4.png differ diff --git a/icon5.png b/icon5.png new file mode 100644 index 0000000..a4a063c Binary files /dev/null and b/icon5.png differ diff --git a/package.json b/package.json index 30e150f..fdba852 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "code4z-extension-pack", "license": "SEE LICENSE IN LICENSE", - "displayName": "Code4z", - "description": "Extension pack for Mainframe users working with z/OS applications and tools", - "version": "2.1.0", + "displayName": "Code4z Foundation", + "description": "Code4z extension pack for Mainframe users working with z/OS applications and tools", + "version": "2.2.1", "publisher": "broadcomMFD", "icon": "icon.png", "galleryBanner": { @@ -19,8 +19,8 @@ "mainframe", "hlasm", "cobol", - "lsp", - "explorer", + "jcl", + "pl/i", "endevor", "debugger", "abend" @@ -41,21 +41,23 @@ "broadcomMFD.debugger-for-mainframe", "broadcomMFD.ccf", "broadcomMFD.data-editor-for-mainframe", - "broadcomMFD.abend-analyzer" + "broadcomMFD.abend-analyzer", + "broadcomMFD.pli-language-support", + "broadcomMFD.jcl-language-support" ], "contributes": { "walkthroughs": [ { "id": "Code4zDay1", - "title": "Code4z Day 1 Task Checklist", - "description": "Use this checklist to execute the key tasks that we recommend before you start using Code4z extensions.", + "title": "Code4z Foundation Day 1 Task Checklist", + "description": "Use this checklist to execute the key tasks that we recommend before you start using Code4z Foundation extensions.", "steps": [ { "id": "profile", "title": "Set Up a Zowe Profile", "description": "Create a Zowe Profile and add it to the Data Sets view in Zowe Explorer to connect to the mainframe and open mainframe data sets on VS Code, submit JCL, and perform other actions. To unlock all features, we recommend that you include your mainframe credentials within your Zowe Profile. \n[Add Zowe Profile](command:zowe.ds.addSession)", "media": { - "image": "extensions4.png", + "image": "foundationpack.png", "altText": "Code4z" }, "completionEvents": [ "onCommand:zowe.ds.addSession" @@ -74,8 +76,8 @@ }, { "id": "de4mtt", - "title": "Specify Testing Tools Server for Data Editor for Mainframe", - "description": "To use the Data Editor for Mainframe extension, specify the host and port of your Testing Tools Server in your extension settings. \n[Open Extension Settings](command:workbench.action.openSettings?%22@ext:BroadcomMFD.data-editor-for-mainframe%22)", + "title": "Specify server for Data Editor for Mainframe", + "description": "To use the Data Editor for Mainframe extension, specify the address of your File Master Plus Server in your extension settings. \n[Open Extension Settings](command:workbench.action.openSettings?%22@ext:BroadcomMFD.data-editor-for-mainframe%22)", "media": { "image": "extensions4.png", "altText": "Code4z" @@ -85,8 +87,8 @@ }, { "id": "aa4mtt", - "title": "Add a connection to your Testing Tools Server for Abend Analyzer for Mainframe", - "description": "To use the Abend Analyzer for Mainframe extension, add a connection and specify the host and port of your Testing Tools Server. \n[Add a connection](command:symdump.newConnection)", + "title": "Add a connection to your server for Abend Analyzer for Mainframe", + "description": "To use the Abend Analyzer for Mainframe extension, add a connection and specify the address of your Testing Tools Server or Zowe API ML Gateway. \n[Add a connection](command:symdump.newConnection)", "media": { "image": "extensions4.png", "altText": "Code4z"