vscode-R icon indicating copy to clipboard operation
vscode-R copied to clipboard

R Extension for Visual Studio Code

Results 352 vscode-R issues
Sort by recently updated
recently updated
newest added

Hi I need some help to using Rmd preview When I use r & python in rmd with reticulate, vscode-R preview can't show python's plot and show below message >[WARNING]...

bug

At present, function definitions are files stored on disk. The current liveshare implementation avoids this through virtual documents, which has the added benefit of marking documents as read only. I...

feature-request

**Describe the bug** It appears whilst using the extension an excessive number of R sessions are still being spawned and not released :( **To Reproduce** Use R + vscode extension...

bug

Most of time, the radian only in vscode could not recognize the directory that I set in ‘Rprofile.site’. It recognized successfully only once, but I don’t know why, because I...

bug

We used to have a list of all supported options a user could put in the .Rprofile. I see this is no longer available in the README or wiki? Should...

feature-request

When i setting r.sessionWatcher to True, I get an error while drawing Error in httpgd_(host, port, bg, width, height, pointsize, aliases, cors, :Graphics API version mismatch All my packages are...

bug

In #394, `notebook.R` runs a socket connection that the notebook communicates with. Would it be worth extracting part of this out so that a socket connection is available for each...

feature-request
engineering

I would have a suggestion: maybe it's not a good idea to have the button to delete a dataset right next to the one to view it: ![image](https://user-images.githubusercontent.com/30804464/171147251-87045c04-7c67-4174-a212-6b864c053779.png) I constantly...

feature-request

getThemeInfo() not currently supported. It is used by {thematic} to do automatic theming of ggplots: https://twitter.com/grrrck/status/1357709982351974400?s=20 **Describe the solution you'd like** An implementation that works with {thematic}. **Describe alternatives you've...

feature-request

**Description** Not sure if I am missing something here, but it seems that the plot rendering is not working as expected when creating a new plot after `abline` in the...

bug