-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 818 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
{
"name": "extension-pack-for-environment-modules",
"displayName": "Extension Pack for Environment Modules",
"description": "A extension pack for Environment Modules which allows vscode to correctly identify module files and allow syntax highlighting.",
"publisher": "ErikParawell",
"icon": "icons/modules_red_tcl_tk_small.png",
"version": "1.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/StealthBadger747/extension-pack-for-environment-modules.git"
},
"engines": {
"vscode": "^1.65.0"
},
"categories": [
"Extension Packs"
],
"extensionPack": [
"erikparawell.environment-modules-tcl-associator",
"bitwisecook.tcl"
],
"dependencies": {
"vsce": "^2.6.7"
}
}