File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 314314 },
315315 "robotcode.robot.env" : {
316316 "type" : " object" ,
317+ "additionalProperties" : {
318+ "type" : " string"
319+ },
317320 "default" : {},
318321 "description" : " Specifies the environment variables for robotframework." ,
319322 "scope" : " resource"
330333 "robotcode.robot.variables" : {
331334 "type" : " object" ,
332335 "default" : {},
336+ "additionalProperties" : {
337+ "type" : " string"
338+ },
333339 "description" : " Specifies the variables for robotframework. Corresponds to the '--variable name:value' option of robot." ,
334340 "scope" : " resource"
335341 },
674680 },
675681 "variables" : {
676682 "type" : " object" ,
683+ "additionalProperties" : {
684+ "type" : " string"
685+ },
677686 "default" : {},
678687 "description" : " Specifies the variables for robotframework. Corresponds to the '--variable name:value' option of robot."
679688 },
You can’t perform that action at this time.
0 commit comments