mirror of
https://github.com/We-Dont-Byte/Mind_Reader.git
synced 2024-11-15 03:35:59 +00:00
Add basic settings
This commit is contained in:
parent
ba6e27cb9e
commit
d2e3df4965
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",
|
||||
|
Loading…
Reference in New Issue
Block a user