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

**Is your feature request related to a problem? Please describe.** In RStudio, when you have an interactive document (i.e., the YAML contains `runtime: shiny`), the knit button changes from knitting...

feature-request

# What problem did you solve? Solves #796. Both knitting and previewing xaringan slides should work as expected ## (If you do not have screenshot) How can I check this...

Consider the following rmd using `bookdown::render_book` provided in #855: ``` --- output: bookdown::gitbook knit: bookdown::render_book --- # Test Para. --- # Next ``` Live preview does not work with such...

bug

I was reading someone else's codes, and in one of the scripts, a linter error appeared in the entire script and suggested not to use tab. The auto indent space...

bug

**Describe the bug** I have run R scripts in vscode-Jupyter for some time. Recently after upgrading the extensions, there is somthing wrong with it. The autocompletion suggestions and the names...

bug

Apologies in advance if this is the wrong place to raise this. I am making the assumption the issue is from how this extension is using lintr rather than with...

bug

**Describe the bug** I updated R to the most recent version (4.2.0). As a consequence, I had to reinstall several packages, including `languageserver`. After this I am no longer able...

bug

I know how to use conda to set the python's envs, But here I can't find out how to set to cancel running this line of code "conda activate base",...

**Describe the bug** Smart/background knitting session ignores workspace .RProfile. This is an issue in my case, as I use {renv} and the background process can't locate the library path even...

bug

I'm not entirely convinced this is a vscode-R problem, so apologies in advanced if it isn't. When working on a remote connection (ssh into a Linux env), if I use...

bug