Adding serial.set(Rx|Tx)BufferSize (#1931)
* Fix for https://github.com/Microsoft/pxt-microbit/issues/1929 * bump pxt * updated docs * fix default values * moving dialogs to react * moving to react * typo * typo
This commit is contained in:
		
							
								
								
									
										1057
									
								
								editor/extension.ts
									
									
									
									
									
								
							
							
						
						
									
										1057
									
								
								editor/extension.ts
									
									
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										1057
									
								
								editor/extension.tsx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1057
									
								
								editor/extension.tsx
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@@ -3,11 +3,16 @@
 | 
			
		||||
        "target": "es5",
 | 
			
		||||
        "noImplicitAny": true,
 | 
			
		||||
        "noImplicitReturns": true,
 | 
			
		||||
        "noImplicitThis": true,
 | 
			
		||||
        "declaration": true,
 | 
			
		||||
        "out": "../built/editor.js",
 | 
			
		||||
        "module": "commonjs",
 | 
			
		||||
        "moduleResolution": "node",
 | 
			
		||||
        "isolatedModules": false,
 | 
			
		||||
        "outDir": "../built/editor",
 | 
			
		||||
        "rootDir": ".",
 | 
			
		||||
        "newLine": "LF",
 | 
			
		||||
        "sourceMap": false
 | 
			
		||||
        "sourceMap": false,
 | 
			
		||||
        "jsx": "react"
 | 
			
		||||
    },
 | 
			
		||||
    "prepend": ["../external/dapjs.js"]
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user