We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b565f5 commit 3f66522Copy full SHA for 3f66522
package.json
@@ -217,6 +217,11 @@
217
"default": "main",
218
"markdownDescription": "The name of the main function, if a single function is being debugged. Must be callable without arguments."
219
},
220
+ "splitOverwrittenOutput": {
221
+ "type": "boolean",
222
+ "default": false,
223
+ "markdownDescription": "Whether to show the overwritten output in the normal stdout/stderr as well."
224
+ },
225
"overwritePrint": {
226
"type": "boolean",
227
"default": true,
0 commit comments