Skip to content

Commit

Permalink
Alow splitOverwrittenOutput in launch config
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelHentschel committed Sep 5, 2024
1 parent 3b565f5 commit 3f66522
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,11 @@
"default": "main",
"markdownDescription": "The name of the main function, if a single function is being debugged. Must be callable without arguments."
},
"splitOverwrittenOutput": {
"type": "boolean",
"default": false,
"markdownDescription": "Whether to show the overwritten output in the normal stdout/stderr as well."
},
"overwritePrint": {
"type": "boolean",
"default": true,
Expand Down

0 comments on commit 3f66522

Please sign in to comment.