Describe the bug
When I debug a file and use the command View() or plot(), a new program window, like XQuartz, will pop up. Is there a way to open a new window inside vscode like VSCODE-R.
To Reproduce
my_function <- function(){
df <- cars
print('inside function') # <-- breakpoint here. Then run `View(df)` in debug console.
}
my_function()
Set a breakpoint at print(), then type View(df).
Screenshot

Describe the bug
When I debug a file and use the command View() or plot(), a new program window, like XQuartz, will pop up. Is there a way to open a new window inside vscode like VSCODE-R.
To Reproduce
Set a breakpoint at
print(), then typeView(df).Screenshot
