openvscode-server
                                
                                 openvscode-server copied to clipboard
                                
                                    openvscode-server copied to clipboard
                            
                            
                            
                        R plots not showing
Does this issue occur when all extensions are disabled?: It requires the R extension
- VS Code Version: Version: 1.96.2
- OS Version: Ubuntu 24.04.1
Steps to Reproduce:
- create data frame (data <- mtcars)
- plot data:
plot(x = data$wt, y = data$mpg,
     pch = 16, frame = FALSE,
     xlab = "wt", ylab = "mpg")
An empty/blank tab opens rather than a plot.