From 654440f267747c4e70d071153c6c43aec6b7cf4b Mon Sep 17 00:00:00 2001 From: Manuel <53863351+ManuelHentschel@users.noreply.github.com> Date: Thu, 5 Sep 2024 21:39:53 +0200 Subject: [PATCH] Also allow splitOverwrittenOutput in launch configs --- vignettes/configuration.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vignettes/configuration.Rmd b/vignettes/configuration.Rmd index 0b71ae9..a62fcee 100644 --- a/vignettes/configuration.Rmd +++ b/vignettes/configuration.Rmd @@ -100,8 +100,6 @@ Whether to use a separate socket for custom events. Is necessary to allow flow control (stepping through code). * `"customPort"`: Port number of custom socket. Leave emtpy/0 to assign automatically. * `"customHost"`: Host name of custom socket. Leave empty to use localhost. -* `"splitOverwrittenOutput"`: -Whether to show the overwritten output in the normal stdout/stderr as well. ### 3.3 Shared config entries @@ -120,6 +118,8 @@ Breakpoints and the modified `print`/`cat`/`message`/`str` functions are applied * `"overwriteStr"`: Same as above for `str()`. * `"overwriteMessage"`: Same as above for `message()` * `"overwriteSource"`: Whether to overwrite the `source` function with a custom version that is affected by breakpoints set in VS Code. +* `"splitOverwrittenOutput"`: +Whether to show the overwritten output in the normal stdout/stderr as well. ## 4. R Options