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:
		
							
								
								
									
										
											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": {
 | 
					  "dependencies": {
 | 
				
			||||||
    "pxt-common-packages": "0.23.57",
 | 
					    "pxt-common-packages": "0.23.57",
 | 
				
			||||||
    "pxt-core": "4.1.3"
 | 
					    "pxt-core": "4.1.5"
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -107,7 +107,6 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "simulator": {
 | 
					    "simulator": {
 | 
				
			||||||
        "autoRun": true,
 | 
					        "autoRun": true,
 | 
				
			||||||
        "enableTrace": true,
 | 
					 | 
				
			||||||
        "streams": false,
 | 
					        "streams": false,
 | 
				
			||||||
        "aspectRatio": 1.22,
 | 
					        "aspectRatio": 1.22,
 | 
				
			||||||
        "parts": true,
 | 
					        "parts": true,
 | 
				
			||||||
@@ -268,6 +267,14 @@
 | 
				
			|||||||
        "mobileSafariDownloadProtocol": "microbithex://?data",
 | 
					        "mobileSafariDownloadProtocol": "microbithex://?data",
 | 
				
			||||||
        "extendEditor": true,
 | 
					        "extendEditor": true,
 | 
				
			||||||
        "extendFieldEditors": true,
 | 
					        "extendFieldEditors": true,
 | 
				
			||||||
 | 
					        "enableTrace": true,
 | 
				
			||||||
 | 
					        "experiments": [
 | 
				
			||||||
 | 
					            "greenScreen",
 | 
				
			||||||
 | 
					            "print",
 | 
				
			||||||
 | 
					            "allowPackageExtensions",
 | 
				
			||||||
 | 
					            "instructions",
 | 
				
			||||||
 | 
					            "debugger"
 | 
				
			||||||
 | 
					        ],
 | 
				
			||||||
        "docMenu": [
 | 
					        "docMenu": [
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
                "name": "Support",
 | 
					                "name": "Support",
 | 
				
			||||||
@@ -408,4 +415,4 @@
 | 
				
			|||||||
            "1": "v1"
 | 
					            "1": "v1"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user