-
Notifications
You must be signed in to change notification settings - Fork 38
/
targetconfig.json
41 lines (41 loc) · 1.26 KB
/
targetconfig.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
{
"packages": {
"approvedOrgs": [
"Microsoft",
"LEGO"
],
"approvedRepos": [
"microsoft/pxt-automation",
"THEb0nny/makecode-ev3-hitechnic-color-sensor-v2"
],
"preferredRepos": [
"microsoft/pxt-automation"
],
"approvedRepoLib": {
"microsoft/pxt-automation": {
"preferred": true
},
"theb0nny/makecode-ev3-hitechnic-color-sensor-v2": {
"preferred": true
}
}
},
"galleries": {
"Getting Started": "getting-started",
"Brick Tutorials": "tutorials/brick",
"Motor Tutorials": "tutorials/motors",
"Touch Sensor Tutorials": "tutorials/touch-sensor",
"Color Sensor Tutorials": "tutorials/color-sensor",
"Ultrasonic Sensor Tutorials": "tutorials/ultrasonic-sensor",
"Gyro Tutorials": "tutorials/gyro",
"Infrared Sensor Tutorials": "tutorials/infrared-sensor",
"FLL / City Shaper": "tutorials/city-shaper",
"Design Engineering": "design-engineering",
"Coding": "coding",
"Maker": "maker",
"Tutorial Videos": "videos"
},
"electronManifest": {
"latest": "v1.2.26"
}
}