Skip to content

Commit e268072

Browse files
Update args type (#19638)
Related to microsoft/debugpy#1004.
1 parent 737c55f commit e268072

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,11 +1195,14 @@
11951195
"properties": {
11961196
"args": {
11971197
"default": [],
1198-
"description": "Command line arguments passed to the program",
1198+
"description": "Command line arguments passed to the program.",
11991199
"items": {
12001200
"type": "string"
12011201
},
1202-
"type": "array"
1202+
"type": [
1203+
"array",
1204+
"string"
1205+
]
12031206
},
12041207
"autoReload": {
12051208
"default": {},

0 commit comments

Comments
 (0)