Skip to content

Commit beebc9a

Browse files
committed
Make robotcode.robot.env and robotcode.robot.variables editable in settings
1 parent e1d2df9 commit beebc9a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,9 @@
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"
@@ -330,6 +333,9 @@
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
},
@@ -674,6 +680,9 @@
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
},

0 commit comments

Comments
 (0)