Reputation: 21
With Visual Code Studio installed on Mac OS Catalina, I'm using the vscode-R extension, however when creating a plot, a new plot window opens up in xquartz see screenshot. This is not ideal.
Is possible to open the plot viewer within VS code studio?
Mac OS: v10.15.4 VS Code studio: v1.45.1 vscode-R: v0.6.1
Upvotes: 2
Views: 7805
Reputation: 5003
You need the latest vscode-R extension and enable the R session watcher to show plot in VSCode. Please take a look at https://github.com/Ikuyadeu/vscode-R/wiki/R-Session-watcher.
Upvotes: 1