Skip to content

Commit 3f66522

Browse files
Alow splitOverwrittenOutput in launch config
1 parent 3b565f5 commit 3f66522

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,11 @@
217217
"default": "main",
218218
"markdownDescription": "The name of the main function, if a single function is being debugged. Must be callable without arguments."
219219
},
220+
"splitOverwrittenOutput": {
221+
"type": "boolean",
222+
"default": false,
223+
"markdownDescription": "Whether to show the overwritten output in the normal stdout/stderr as well."
224+
},
220225
"overwritePrint": {
221226
"type": "boolean",
222227
"default": true,

0 commit comments

Comments
 (0)