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:
parent
0778318bfd
commit
3a3f6fa978
BIN
docs/static/experiments/allowpackageextensions.png
vendored
Normal file
BIN
docs/static/experiments/allowpackageextensions.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
docs/static/experiments/debugger.png
vendored
Normal file
BIN
docs/static/experiments/debugger.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
docs/static/experiments/greenscreen.png
vendored
Normal file
BIN
docs/static/experiments/greenscreen.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 87 KiB |
BIN
docs/static/experiments/instructions.png
vendored
Normal file
BIN
docs/static/experiments/instructions.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
docs/static/experiments/print.png
vendored
Normal file
BIN
docs/static/experiments/print.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
@ -42,6 +42,6 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"pxt-common-packages": "0.23.57",
|
||||
"pxt-core": "4.1.3"
|
||||
"pxt-core": "4.1.5"
|
||||
}
|
||||
}
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user