-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.28 KB
/
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
34
35
36
37
38
39
40
41
42
43
{
"name": "shell-script-ide",
"displayName": "Shell script IDE",
"description": "Set of extensions to convert VSCode to IDE for shell scripting (sh, bash)",
"version": "0.0.3",
"publisher": "woozy-masta",
"repository": {
"type": "git",
"url": "https://github.com/WoozyMasta/shell-script-ide.git"
},
"bugs": {
"url": "https://github.com/WoozyMasta/shell-script-ide/issues",
"email": "woozy.masta@gmail.com"
},
"homepage": "https://github.com/WoozyMasta/shell-script-ide/blob/master/README.md",
"license": "SEE LICENSE IN LICENSE",
"icon": "images/icon.png",
"galleryBanner": {
"color": "#055915",
"theme": "dark"
},
"engines": {
"vscode": "^1.61.0"
},
"categories": [
"Extension Packs"
],
"extensionPack": [
"exiasr.hadolint",
"formulahendry.code-runner",
"foxundermoon.shell-format",
"jeff-hykin.better-dockerfile-syntax",
"jeff-hykin.better-shellscript-syntax",
"mads-hartmann.bash-ide-vscode",
"meronz.manpages",
"Remisa.shellman",
"rogalmic.bash-debug",
"ryu1kn.edit-with-shell",
"tetradresearch.vscode-h2o",
"timonwong.shellcheck",
"xshrim.txt-syntax"
]
}