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

R Extension for Visual Studio Code

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

**Is your feature request related to a problem? Please describe.** I'm getting warning messages popping up in the bottom right corner of vscode like this: > The "file" argument must...

feature-request

In the following code example, the code fold feature `Ctrl+Shift+[])` does not work. I was wondering if there would be any way for us to add `%>%` and `+` to...

**Describe the bug** linking to an image with special characters in the path, will not render in the preview pane, but will show up in html doc. **To Reproduce** Steps...

bug

**Is your feature request related to a problem? Please describe.** Sometimes it is useful to be able to open the contents of the Viewer in an external browser. **Describe the...

feature-request

**Is your feature request related to a problem? Please describe.** When using an external PDF viewer to view the result and not the built-in PDF viewer, saving an `.Rmd` file...

feature-request

R packages support the ability for developers to write their own vignette index.html file instead of relying on the one automatically produced by R. If this is opened and viewed...

bug

**Describe the bug** Text/Code in View Window can't be copied and pasted. **To Reproduce** A [personal website](https://github.com/rbind/xiangyun) built on [blogdown](https://github.com/rstudio/blogdown), then in R Terminal, and run ```r blogdown::serve_site() ``` ##...

bug

**Describe the bug** I have found some problems running code with many parentheses, there the code is not executed as expected. I have found a question on stackoverflow describing a...

bug

When I install R packages in vscode radian,it always gets an error,for example, r$> remotes::install_github("REditorSupport/languageserver") Downloading GitHub repo REditorSupport/languageserver@HEAD Error: Failed to install 'languageserver' from GitHub: Could not find tools...

bug