c5cec3a6ba
* bump pxt * fix build issues * Auto-gen of projects/summary * removing feild editors moved to pxt * various typing fixes * more typing fixes * fixing various typing issues * Start on integration of new pxt * serial number fixes * gc-ify MMap object * Re-build generated files * fix console listeners * clear lf() warnings * More generated files * also auto-generated * Compilation fixes * fix merge * mostly fixing blocks * fix sim * fix field motors * enable a few features * moving to tsx * try to fix edtiro compilation * more defs * removing commands * removing extra $ * fix blockly warning * hiding images * enabling more pxt features * hide images * setup autorun * add lock on target_reset * update deps * return trylock result * updated pxt * rename video section * add alpha channel * upgraded pxt * bump pxt/version * removed alpha ref * var ceanup * don't do major bump
33 lines
985 B
JSON
33 lines
985 B
JSON
{
|
|
"packages": {
|
|
"approvedOrgs": [
|
|
"Microsoft",
|
|
"LEGO"
|
|
],
|
|
"approvedRepos": [
|
|
"microsoft/pxt-automation"
|
|
],
|
|
"preferredRepos": [
|
|
"microsoft/pxt-automation"
|
|
]
|
|
},
|
|
"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.22"
|
|
}
|
|
}
|