-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapp.json
37 lines (37 loc) · 1.04 KB
/
app.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
{
"id": "500cf713-1bde-46a6-982d-d20f3297e66b",
"name": "Test Runner Service",
"publisher": "James Pearson",
"version": "1.4.0.0",
"brief": "Test Runner for use with AL Test Runner VS Code Extension",
"description": "Test Runner for use with AL Test Runner VS Code Extension",
"privacyStatement": "https://jpearson.blog",
"EULA": "https://jpearson.blog",
"help": "https://github.com/jimmymcp/test-runner-service",
"url": "https://github.com/jimmymcp/test-runner-service",
"logo": ".//Logo//semicolon128.jpg",
"dependencies": [
{
"id": "23de40a6-dfe8-4f80-80db-d70f83ce8caf",
"publisher": "Microsoft",
"name": "Test Runner",
"version": "1.0.0.0"
}
],
"screenshots": [],
"platform": "22.0.0.0",
"application": "22.0.0.0",
"idRanges": [
{
"from": 79150,
"to": 79160
}
],
"contextSensitiveHelpUrl": "https://jpearson.blog",
"resourceExposurePolicy": {
"allowDebugging": true,
"allowDownloadingSource": true,
"includeSourceInSymbolFile": true
},
"runtime": "11.0"
}