2016-03-10 23:01:04 +01:00
|
|
|
{
|
2016-04-05 03:03:52 +02:00
|
|
|
"id": "microbit",
|
2016-05-10 19:03:31 +02:00
|
|
|
"name": "m.pxt.io",
|
|
|
|
"title": "m.pxt.io",
|
2016-03-10 23:41:57 +01:00
|
|
|
"corepkg": "microbit",
|
2016-03-10 23:01:04 +01:00
|
|
|
"bundleddirs": [
|
|
|
|
"libs/microbit",
|
2016-03-11 07:17:32 +01:00
|
|
|
"libs/microbit-radio"
|
2016-04-05 03:03:52 +02:00
|
|
|
],
|
|
|
|
"cloud": {
|
|
|
|
"workspace": false,
|
|
|
|
"packages": true
|
|
|
|
},
|
|
|
|
"blocksprj": {
|
|
|
|
"id": "blocksprj",
|
|
|
|
"config": {
|
|
|
|
"name": "{0} block",
|
|
|
|
"dependencies": {
|
|
|
|
"microbit": "*",
|
|
|
|
"microbit-radio": "*"
|
|
|
|
},
|
|
|
|
"description": "",
|
|
|
|
"files": [
|
|
|
|
"main.blocks",
|
2016-05-03 23:45:10 +02:00
|
|
|
"main.ts"
|
2016-04-05 03:03:52 +02:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"files": {
|
|
|
|
"main.blocks": "<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"device_print_message\"><value name=\"text\"><shadow type=\"text\"><field name=\"TEXT\">Hello!</field></shadow></value></block></xml>",
|
2016-05-03 23:45:10 +02:00
|
|
|
"main.ts": "\n"
|
2016-04-05 03:03:52 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"tsprj": {
|
|
|
|
"id": "tsprj",
|
|
|
|
"config": {
|
|
|
|
"name": "{0} bit",
|
|
|
|
"dependencies": {
|
|
|
|
"microbit": "*",
|
|
|
|
"microbit-radio": "*"
|
|
|
|
},
|
|
|
|
"description": "",
|
|
|
|
"files": [
|
2016-05-03 23:45:10 +02:00
|
|
|
"main.ts"
|
2016-04-05 03:03:52 +02:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"files": {
|
2016-05-03 23:45:10 +02:00
|
|
|
"main.ts": "basic.showString('Hello!')\n"
|
2016-04-05 03:03:52 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"isNative": false,
|
2016-04-08 19:49:43 +02:00
|
|
|
"hasHex": true,
|
|
|
|
"deployDrives": "^MICROBIT"
|
2016-04-05 03:03:52 +02:00
|
|
|
},
|
2016-04-22 07:46:40 +02:00
|
|
|
"runtime": {
|
2016-05-11 20:39:45 +02:00
|
|
|
"mathBlocks": true,
|
|
|
|
"loopsBlocks": true,
|
|
|
|
"logicBlocks": true,
|
|
|
|
"variablesBlocks": true
|
2016-04-22 07:46:40 +02:00
|
|
|
},
|
2016-04-05 03:03:52 +02:00
|
|
|
"simulator": {
|
2016-05-05 07:44:11 +02:00
|
|
|
"autoRun": true,
|
|
|
|
"aspectRatio": 1.22
|
2016-04-05 03:03:52 +02:00
|
|
|
},
|
|
|
|
"compileService": {
|
2016-04-19 18:43:23 +02:00
|
|
|
"gittag": "v0.1.8",
|
2016-04-05 03:03:52 +02:00
|
|
|
"serviceId": "ws"
|
|
|
|
},
|
|
|
|
"serial": {
|
|
|
|
"manufacturerFilter": "^mbed$",
|
2016-04-09 10:27:08 +02:00
|
|
|
"nameFilter": "^mbed Serial Port",
|
2016-04-05 03:03:52 +02:00
|
|
|
"log": true
|
|
|
|
},
|
|
|
|
"appTheme": {
|
2016-05-11 20:39:45 +02:00
|
|
|
"accentColor": "#5C2D91",
|
2016-05-10 19:01:36 +02:00
|
|
|
"logoUrl": "https://m.pxt.io/about",
|
2016-05-11 15:33:55 +02:00
|
|
|
"logo": "./static/microbit.simplified.svg",
|
|
|
|
"docsLogo": "./static/microbit.simplified.svg",
|
2016-05-11 20:39:45 +02:00
|
|
|
"portraitLogo": "./static/microbit.simplified.svg",
|
2016-05-11 15:33:55 +02:00
|
|
|
"footerLogo": "./static/microbit.simplified.svg",
|
2016-05-11 18:18:29 +02:00
|
|
|
"organizationLogo": "./static/Microsoft-logo_rgb_c-gray.png",
|
2016-05-10 19:01:36 +02:00
|
|
|
"homeUrl": "https://m.pxt.io/",
|
|
|
|
"embedUrl": "https://m.pxt.io/",
|
2016-04-05 03:03:52 +02:00
|
|
|
"koduUrl": "https://www.kodugamelab.com/bbc-microbit/",
|
2016-05-11 15:45:45 +02:00
|
|
|
"privacyUrl": "https://go.microsoft.com/fwlink/?LinkId=521839",
|
|
|
|
"termsOfUseUrl": "https://go.microsoft.com/fwlink/?LinkID=206977",
|
2016-04-05 03:03:52 +02:00
|
|
|
"visualStudioCode": true,
|
|
|
|
"docMenu": [
|
|
|
|
{
|
|
|
|
"name": "About",
|
|
|
|
"path": "/about"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Lessons",
|
|
|
|
"path": "/lessons"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Reference",
|
|
|
|
"path": "/reference"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Device",
|
|
|
|
"path": "/device"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2016-05-11 20:39:45 +02:00
|
|
|
}
|