We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb4240 commit 837a412Copy full SHA for 837a412
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cobol-essentials",
3
- "displayName": "Cobol Essentials",
+ "displayName": "COBOL Essentials",
4
"description": "COBOL Essentials for Visual Studio Code",
5
"version": "0.0.1",
6
"icon": "icon.png",
@@ -11,6 +11,10 @@
11
"categories": [
12
"Extension Packs"
13
],
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "https://github.com/jillmnolan/COBOL-Essentials"
17
+ },
18
"extensionPack": [
19
"Zowe.vscode-extension-for-zowe",
20
"IBM.zopeneditor"
0 commit comments