mirror of
				https://github.com/We-Dont-Byte/Mind_Reader.git
				synced 2025-02-04 10:38:42 +00:00 
			
		
		
		
	Add basic settings
This commit is contained in:
		
							
								
								
									
										26
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										26
									
								
								package.json
									
									
									
									
									
								
							| @@ -19,7 +19,31 @@ | ||||
| 				"command": "mind-reader.helloWorld", | ||||
| 				"title": "Hello World" | ||||
| 			} | ||||
| 		] | ||||
| 		], | ||||
| 		"configuration":{ | ||||
| 			"title": "Mind_Reader", | ||||
| 			"properties": { | ||||
| 				"mindReader.productType":{ | ||||
| 					"type":"string", | ||||
| 					"default": "MINDSTORMS® EV3", | ||||
|     				"enum": ["MINDSTORMS® EV3", "SPIKE™ Prime"], | ||||
|   					"enumDescriptions": [ | ||||
|     						"LEGO® MINDSTORMS® EV3 (31313)", | ||||
|  						     "LEGO® Education SPIKE™ Prime Set (45678)" | ||||
|   					] | ||||
| 				}, | ||||
| 				"mindReader.screenReader":{ | ||||
| 					"type":"string", | ||||
| 					"default": "NVDA", | ||||
|     				"enum": ["NVDA", "JAWS", "VoiceOver"], | ||||
|   					"enumDescriptions": [ | ||||
|     						"NonVisual Desktop Access", | ||||
|  						     "Job Access With Speech", | ||||
| 							  "Voice Over" | ||||
|   					] | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	}, | ||||
| 	"scripts": { | ||||
| 		"vscode:prepublish": "npm run compile", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user