Hi, this is not an issue but rather a feature search.
Within the R code cell sometime I sent them to R terminal in the vscode's terminal pane (for example to debug, browser(), or just quickly check the object,...)
But sometimes, we need the whole environment's variables (generated from other cells).
Would it be possible to "attached" that R process to the vscode's terminal such that it also has the same state of environment? I was thinking about .vscode.attach() function when searching for this feature.
Thanks,