Skip to content

Commit 5791e10

Browse files
Integrate from LLVM at llvm/llvm-project@733fe42
1 parent 14c8b73 commit 5791e10

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,10 @@
626626
"stdio": {
627627
"type": "array",
628628
"items": {
629-
"type": "string"
629+
"type": [
630+
"string",
631+
"null"
632+
]
630633
},
631634
"description": "The stdio property specifies the redirection targets for the debuggee's stdio streams. A null value redirects a stream to the default debug terminal. String can be a path to file, named pipe or TTY device. If less than three values are provided, the list will be padded with the last value. Specifying more than three values will create additional file descriptors (4, 5, etc.).",
632635
"default": []

0 commit comments

Comments
 (0)