Hugues Valois
Hugues Valois
Thanks for the suggestion. This is a less common scenario that we don't support yet.
@jaguarest please see https://github.com/microsoft/pylance-release/issues/16
@int19h something like this has happened before. See https://github.com/microsoft/PTVS/issues/5248 and https://github.com/microsoft/PTVS/issues/5275
What if you open a plot window (R Tools->Plots->New Plot Window) after the Interactive window started, but before issuing the plot command? What distro+version of R are you using?
You can use the standard `dev.*` functions to manipulate the graphics devices. `dev.new()` will create a new plot window in the ide. `dev.list()` and `dev.cur(num)` can change the active. `dev.off()`...
I like it too. Here are some of my thoughts that haven't been brought up already. It may be good to add examples of specifying `_copy_without_render` and `_extensions` in the...