-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
40 lines (40 loc) · 956 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
34
35
36
37
38
39
40
{
"name": "delphi-pack",
"displayName": "Delphi Extension Pack",
"description": "Everything you need for Delphi development",
"version": "2.1.0",
"publisher": "alefragnani",
"engines": {
"vscode": "^1.26.0"
},
"categories": [
"Extension Packs"
],
"keywords": [
"delphi",
"pascal"
],
"galleryBanner": {
"color": "#476e83",
"theme": "dark"
},
"icon": "images/icon.png",
"homepage": "https://github.com/alefragnani/vscode-delphi-pack/blob/master/README.md",
"bugs": {
"url": "https://github.com/alefragnani/vscode-delphi-pack/issues"
},
"sponsor": {
"url": "https://github.com/sponsors/alefragnani"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/alefragnani/vscode-delphi-pack"
},
"extensionPack": [
"alefragnani.pascal",
"alefragnani.numbered-bookmarks",
"alefragnani.delphi-keybindings",
"alefragnani.delphi-themes"
]
}