Experiments in v1 (#1289)

* prepping for pxtv4

* moved enable trace

* adding debugger experiment

* adding some images

* more experiment images

* upgrading pxt

* updated

* updated pxt
This commit is contained in:
Peli de Halleux
2018-09-26 14:01:52 -07:00
committed by GitHub
parent 0778318bfd
commit 3a3f6fa978
7 changed files with 10 additions and 3 deletions

View File

@ -107,7 +107,6 @@
},
"simulator": {
"autoRun": true,
"enableTrace": true,
"streams": false,
"aspectRatio": 1.22,
"parts": true,
@ -268,6 +267,14 @@
"mobileSafariDownloadProtocol": "microbithex://?data",
"extendEditor": true,
"extendFieldEditors": true,
"enableTrace": true,
"experiments": [
"greenScreen",
"print",
"allowPackageExtensions",
"instructions",
"debugger"
],
"docMenu": [
{
"name": "Support",
@ -408,4 +415,4 @@
"1": "v1"
}
}
}
}