File tree Expand file tree Collapse file tree 1 file changed +21
-19
lines changed Expand file tree Collapse file tree 1 file changed +21
-19
lines changed Original file line number Diff line number Diff line change 181
181
"description" : {
182
182
"type" : " string" ,
183
183
"description" : " A short description of the setting's purpose"
184
+ },
185
+ "advice" : {
186
+ "description" : " Action that needs to be taken by the user after changing this setting, defaults to suggesting a reload" ,
187
+ "enum" : [" none" , " reload" , " restart" ]
184
188
}
185
189
},
186
190
"allOf" : [
299
303
"required" : [" type" , " options" ],
300
304
"properties" : {
301
305
"options" : {
302
- "oneOf" : [
303
- {
304
- "type" : " array" ,
305
- "items" : {
306
- "type" : " string"
307
- }
308
- },
309
- {
310
- "type" : " object" ,
311
- "properties" : {
312
- "label" : {
313
- "type" : " string"
306
+ "type" : " array" ,
307
+ "items" : {
308
+ "oneOf" : [
309
+ { "type" : " string" },
310
+ {
311
+ "type" : " object" ,
312
+ "properties" : {
313
+ "label" : {
314
+ "type" : " string"
315
+ },
316
+ "value" : {
317
+ "type" : " string"
318
+ }
314
319
},
315
- "value" : {
316
- "type" : " string"
317
- }
318
- },
319
- "required" : [" label" , " value" ]
320
- }
321
- ]
320
+ "required" : [" label" , " value" ]
321
+ }
322
+ ]
323
+ }
322
324
},
323
325
"default" : { "type" : " string" }
324
326
}
You can’t perform that action at this time.
0 commit comments