Move all target stuff to kindtarget.json
This commit is contained in:
parent
c33df897d5
commit
61fd28d840
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -32,69 +32,5 @@
|
|||||||
"config": {
|
"config": {
|
||||||
"MESSAGE_BUS_LISTENER_DEFAULT_FLAGS": "MESSAGE_BUS_LISTENER_QUEUE_IF_BUSY"
|
"MESSAGE_BUS_LISTENER_DEFAULT_FLAGS": "MESSAGE_BUS_LISTENER_QUEUE_IF_BUSY"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"target": {
|
|
||||||
"id": "microbit",
|
|
||||||
"name": "BBC micro:bit",
|
|
||||||
"title": "JavaScript for BBC micro:bit",
|
|
||||||
"cloud": {
|
|
||||||
"workspace": false,
|
|
||||||
"packages": true
|
|
||||||
},
|
|
||||||
"blocksprj": {
|
|
||||||
"id": "blocksprj",
|
|
||||||
"config": {
|
|
||||||
"name": "{0} block",
|
|
||||||
"dependencies": {
|
|
||||||
"microbit": "*",
|
|
||||||
"microbit-radio": "*"
|
|
||||||
},
|
|
||||||
"description": "",
|
|
||||||
"files": [
|
|
||||||
"main.blocks",
|
|
||||||
"main.blocks.ts",
|
|
||||||
"README.md"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"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>",
|
|
||||||
"main.blocks.ts": "\n",
|
|
||||||
"README.md": "Describe your project here!"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"tsprj": {
|
|
||||||
"id": "tsprj",
|
|
||||||
"config": {
|
|
||||||
"name": "{0} bit",
|
|
||||||
"dependencies": {
|
|
||||||
"microbit": "*",
|
|
||||||
"microbit-radio": "*"
|
|
||||||
},
|
|
||||||
"description": "",
|
|
||||||
"files": [
|
|
||||||
"main.ts",
|
|
||||||
"README.md"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"files": {
|
|
||||||
"main.ts": "basic.showString('Hello!')\n",
|
|
||||||
"README.md": "Describe your project here!"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"compile": {
|
|
||||||
"isNative": false,
|
|
||||||
"hasHex": true
|
|
||||||
},
|
|
||||||
"simulator": {
|
|
||||||
"autoRun": true
|
|
||||||
},
|
|
||||||
"compileService": {
|
|
||||||
"gittag": "v0.1.5",
|
|
||||||
"serviceId": "ws"
|
|
||||||
},
|
|
||||||
"serial": {
|
|
||||||
"manufacturerFilter": "^mbed$",
|
|
||||||
"log": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,7 +17,6 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"README.md",
|
"README.md",
|
||||||
"kindtarget.json",
|
"kindtarget.json",
|
||||||
"kindtheme.json",
|
|
||||||
"built/*.js",
|
"built/*.js",
|
||||||
"built/*.json",
|
"built/*.json",
|
||||||
"built/*.d.ts",
|
"built/*.d.ts",
|
||||||
|
Loading…
Reference in New Issue
Block a user