Skip to content

Commit ee27747

Browse files
vaseknemecekzeiburaIgorCATechDStatWriter
authored
1.1.3 (#16)
* Readme and changelog changes 1.1.3 Co-authored-by: Zeibura Kathau <zeibura.kathau@broadcom.com> Co-authored-by: Igor Kazmyr <43951184+IgorCATech@users.noreply.github.com> Co-authored-by: DStatWriter <Daniel.Statham@broadcom.com>
1 parent b8c1992 commit ee27747

File tree

5 files changed

+30
-5
lines changed

5 files changed

+30
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.1.3] 2020-07-08
2+
3+
- Readme update
4+
15
## [1.1.2] 2020-06-10
26

37
- Readme update

README.md

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,31 @@ Mainframe application developers can use the Code4z package for a modern, famili
77
Developers can now find the code they need to work on in Explorer for Endevor and Zowe Explorer, edit code assisted by COBOL or HLASM Language Support, and test the resulting code with the Debugger, all in one Mainframe development package.
88

99
<p align="center">
10-
<img src="https://raw.githubusercontent.com/BroadcomMFD/code4z/831f0c9ad043ea1713a3f6670de9c36df04afeb2/extensions2.png" alt="Code4z Extensions"/>
10+
<img src="https://github.com/BroadcomMFD/code4z/blob/master/extensions2.png" alt="Code4z Extensions"/>
1111
</p>
1212

1313
Powered by open source projects [Zowe](https://www.zowe.org/) and [Che](https://www.eclipse.org/che/). Many of these extensions, and other mainframe-oriented innovations, are also available as part of open source [Eclipse Che4z subproject](https://github.com/eclipse/che-che4z).
1414

1515

1616
## What’s New
17+
* 2020-07-07 - [COBOL Language Support](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.cobol-language-support) (0.12) now supports locally stored copybooks.
1718

18-
* 2020-06-03 - [Zowe Explorer](https://marketplace.visualstudio.com/items?itemName=Zowe.vscode-extension-for-zowe) (v1.6) now supports recall options for migrated data sets and streamlined profile creation.
19-
* 2020-04-20 - [Debugger for Mainframe](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.debugger-for-mainframe) (v1.1) now supports conditional breakpoints, logpoints and hitcounts.
20-
* 2020-04-09 - [COBOL Language Support](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.cobol-language-support) (v0.11) now supports automatic downloading of copybooks and downloading of nested copybooks.
19+
* 2020-07-02 - [Explorer for Endevor](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.explorer-for-endevor) (0.10) includes the following updates:
20+
21+
* New Profile Experience:
22+
* Create Endevor plug-in for Zowe CLI profiles directly in Explorer for Endevor.
23+
* Use any Endevor profiles that you have created in the CLI in Explorer for Endevor.
24+
* Deprecation of support for CA Endevor Bridge for Git mappings.
25+
26+
* 2020-07-01 - [Zowe Explorer](https://marketplace.visualstudio.com/items?itemName=Zowe.vscode-extension-for-zowe) (1.7) includes the following updates:
27+
28+
* Credentials check feature that allows users to update their credentials if they receive an authorization error.
29+
* Profile validation feature that checks whether a profile is valid.
30+
* Editing of search filters.
31+
* Editing of ASCII files in USS.
32+
* And more
33+
34+
For the comprehensive list of updates, see [Changelog](https://marketplace.visualstudio.com/items/Zowe.vscode-extension-for-zowe/changelog).
2135

2236
## Prerequisites
2337

@@ -42,6 +56,8 @@ The Code4z package includes a bitlang [COBOL extension](https://marketplace.visu
4256

4357
### Blogs
4458
* [Beginner’s Guide: COBOL Made Easy](https://medium.com/modern-mainframe/beginners-guide-cobol-made-easy-introduction-ecf2f611ac76)
59+
* [LSP Magic - Mainframe Language Support in Modern IDEs](https://medium.com/modern-mainframe/lsp-magic-mainframe-language-support-in-modern-ides-4ea3d81259b3)
60+
4561

4662
## [HLASM Language Support](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.hlasm-language-support)
4763

@@ -111,11 +127,16 @@ Debugger for Mainframe provides the debugging interface to [CA InterTest™ for
111127

112128
* Debug COBOL code for applications running in a CICS region.
113129

130+
### Videos
131+
132+
* [Getting started / Debugger for Mainframe 101](https://www.youtube.com/watch?v=f6ZxwALSb_Y&feature=youtu.be)
133+
114134
## Sample Workflows
115135

116136
### COBOL Language Support using CA Endevor Bridge for Git and Explorer for Endevor
117137
* Use VS Code’s built-in Git interface to clone source code from CA Endevor using Endevor’s Bridge for Git.
118138
* Edit COBOL code using COBOL Language Support, taking advantage of all the coding assistance provided by the extension.
139+
* Locate all copybooks in the Git folder structure, and if needed, download other copybooks used in the source code from the mainframe.
119140
* Use VS Code’s built-in Git interface to push, pull and merge changes.
120141
* Search and browse additional code elements in the entire map of Endevor using the Explorer for Endevor extension. The COBOL Language Support extension provides syntax awareness for COBOL elements.
121142
* Download code elements, including their dependencies, into the current workspace using the Explorer for Endevor extension, and synchronize them with the Git project if code modifications are needed.

extensions.png

-11.8 KB
Binary file not shown.

extensions2.png

-723 Bytes
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "code4z-extension-pack",
33
"displayName": "Code4z",
44
"description": "Mainframe pack for developers working with the z/OS applications",
5-
"version": "1.1.2",
5+
"version": "1.1.3",
66
"publisher": "broadcomMFD",
77
"icon": "icon.png",
88
"galleryBanner": {

0 commit comments

Comments
 (0)