-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.41 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.41 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "ibm-i-development-pack",
"displayName": "IBM i Development Pack",
"description": "Base extensions used for IBM i development in VS Code.",
"version": "0.3.3",
"license": "MIT",
"engines": {
"vscode": "^1.59.0"
},
"author": {
"name": "Halcyon Tech Ltd",
"url": "https://github.com/halcyon-tech"
},
"homepage": "https://github.com/halcyon-tech/ibm-i-development-pack/blob/master/readme.md",
"repository": {
"url": "https://github.com/halcyon-tech/ibm-i-development-pack"
},
"bugs": {
"url": "https://github.com/halcyon-tech/ibm-i-development-pack/issues"
},
"icon": "icon.png",
"publisher": "halcyontechltd",
"categories": [
"Extension Packs"
],
"keywords": [
"ibmi",
"iseries",
"as400",
"rpgle",
"cobol",
"ile",
"db2",
"cl",
"clle"
],
"extensionPack": [
"barrettotte.ibmi-languages",
"HalcyonTechLtd.code-for-ibmi",
"HalcyonTechLtd.vscode-ibmi-walkthroughs",
"halcyontechltd.vscode-rpgle",
"usernamehw.errorlens",
"bitlang.cobol",
"HalcyonTechLtd.vscode-db2i",
"HalcyonTechLtd.vscode-displayfile",
"IBM.vscode-clle",
"IBM.ibmidebug",
"IBM.vscode-ibmi-projectexplorer",
"IBM.vscode-sourceorbit",
"IBM.vscode-ibmi-testing"
]
}