Skip to content

Commit 0eb4240

Browse files
author
Jill M. Nolan
committed
fixed package.json and updated readme
1 parent 4ab93eb commit 0eb4240

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,17 @@
55
* [**Zowe Explorer**](https://marketplace.visualstudio.com/items?itemName=Zowe.vscode-extension-for-zowe): A **VSCode plugin**, powered by **Zowe CLI**, that streamlines interaction with mainframe data sets, USS files, and jobs. The Zowe Explorer extension modernizes the way developers and system administrators interact with z/OS mainframes by:
66

77
* Enabling you to create, modify, rename, copy, and upload data sets directly to a z/OS mainframe.
8+
89
* Enabling you to create, modify, rename, and upload USS files directly to a z/OS mainframe.
10+
911
* Providing a more streamlined way to access data sets, uss files and jobs.
12+
1013
* Letting you create, edit, and delete Zowe CLI zosmf compatible profiles.
14+
1115
* Letting you use the Secure Credential Store plug-in to store your credentials securely in the settings.
1216

1317
* [**IBM Z Open Editor**](https://marketplace.visualstudio.com/items?itemName=IBM.zopeneditor): A **VSCode plugin** that provides **COBOL**, **PL/I**, **HLASM language servers**, and **IBM Z development** tool.
1418

15-
* [**Output Colorizer**](https://marketplace.visualstudio.com/items?itemName=IBM.output-colorizer): A **VSCode language extension** that adds **syntax colorization** for both the **output/debug/extensions panel** and **log files**.
16-
1719

1820

1921

icon.png

6.25 KB
Loading

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@
33
"displayName": "Cobol Essentials",
44
"description": "COBOL Essentials for Visual Studio Code",
55
"version": "0.0.1",
6+
"icon": "icon.png",
7+
"publisher": "JillMNolan",
68
"engines": {
79
"vscode": "^1.50.0"
810
},
911
"categories": [
1012
"Extension Packs"
1113
],
1214
"extensionPack": [
13-
"publisher.extensionName"
15+
"Zowe.vscode-extension-for-zowe",
16+
"IBM.zopeneditor"
1417
]
1518
}

0 commit comments

Comments
 (0)