forked from waldo1001/ALExtensionPack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.78 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.78 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
53
54
55
56
57
58
59
60
{
"name": "al-extension-pack",
"displayName": "AL Extension Pack",
"description": "Everything you need for AL development (Microsoft Dynamics 365 Business Central)",
"version": "1.0.23",
"publisher": "waldo",
"author": {
"name": "waldo",
"url": "http://www.waldo.be",
"email": "al-extension-pack@waldo.be"
},
"engines": {
"vscode": "^1.28.0"
},
"categories": [
"Extension Packs"
],
"galleryBanner": {
"color": "#0060A0",
"theme": "dark"
},
"icon": "waldo.png",
"homepage": "https://www.waldo.be",
"bugs": {
"url": "https://github.com/waldo1001/ALExtensionPack/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/waldo1001/ALExtensionPack"
},
"extensionPack": [
"waldo.crs-al-language-extension",
"rasmus.al-var-helper",
"andrzejzwierzchowski.al-code-outline",
"martonsagi.al-object-designer",
"bartpermentier.al-toolbox",
"nwallace.createguid",
"vscode-icons-team.vscode-icons",
"microsoft.al",
"ms-azuretools.vscode-docker",
"eamodio.gitlens",
"donjayamanne.githistory",
"ms-vscode.powershell",
"nikitakunevich.snippet-creator",
"wayou.vscode-todo-highlight",
"humao.rest-client",
"Gruntfuggly.todo-tree",
"rvanbekkum.xliff-sync",
"jamespearson.al-test-runner",
"davidfeldhoff.al-codeactions",
"wbrakowski.al-navigator",
"365businessdevelopment.bdev-al-xml-doc",
"nabsolutions.nab-al-tools",
"vjeko.vjeko-al-objid",
"ryu1kn.partial-diff",
"StefanMaron.businesscentral-lintercop",
"chunsen.bracket-select"
]
}