-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
33 lines (33 loc) · 995 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "ibm-i-development-pack",
"displayName": "IBM i Development Pack",
"description": "Base extensions used for IBM i development in VS Code.",
"version": "0.1.1",
"engines": {
"vscode": "^1.59.0"
},
"author": {
"name": "Halcyon Tech Ltd",
"url": "https://github.com/halcyon-tech"
},
"icon": "icon.png",
"publisher": "halcyontechltd",
"categories": [
"Extension Packs"
],
"keywords": ["ibmi", "iseries", "as400", "rpgle", "cobol", "ile", "db2", "cl", "clle"],
"extensionPack": [
"BrianJGarland.vscode-rpgfree",
"barrettotte.ibmi-languages",
"HalcyonTechLtd.code-for-ibmi",
"HalcyonTechLtd.vscode-ibmi-walkthroughs",
"halcyontechltd.vscode-rpgle",
"usernamehw.errorlens",
"wayou.vscode-todo-highlight",
"bitlang.cobol",
"HalcyonTechLtd.vscode-db2i",
"HalcyonTechLtd.vscode-displayfile",
"IBM.vscode-clle",
"IBM.ibmidebug"
]
}