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

When you use Rstudio you can view lists in beautiful way, as you can see each level as a table. ![7uvh7j](https://github.com/REditorSupport/vscode-R/assets/123858376/178642f3-2762-4d07-ac64-c030ffeede9b) but in vscode, the lists are hard to navigate...

feature-request

It should be possible to support glue string interpolation in the syntax file like other languages such as [Python](https://peps.python.org/pep-0498/), [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals), and [C#](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/tokens/interpolated). Also, it should also be possible to support...

feature-request

If a python environment is set for the workspace, when launching the R terminal there is an attempt to activate the virtual python environment inside the R REPL. This can...

bug

Currently, vscode-R and languageserver should work with Jupyter notebook along with IRkernel, yet they do not seem to work well with the Interactive Window. The uri looks like `vscode-notebook-cell:/Interactive-1.interactive#W1sdnNjb2RlLWludGVyYWN0aXZl` which...

This is a very early, proof-of-concept demo of R Notebook using the [VSCode Notebook API](https://code.visualstudio.com/api/extension-guides/notebook) as suggested by #378. The following tasks are initial steps to make the R notebook...

**Describe the bug** If you launch parallel processes via the `parallel` package in the R terminal generated by "Create R Terminal" then the users `.Rprofile` file is not respected. **To...

bug

**Describe the bug** Apologies I've not been able to generate a minimal reproducible example yet but I am currently experiencing a breaking issue where the "attached" vscode-R R code keeps...

bug

### Description of issue It looks like the lintr is trying to execute on staged/indexed files in git but just errors when trying to do so. Worse still is that...

bug

Apologies this may likely be an issue for the language-server but I wasn't sure where to post it as its vscode specific. As an aside would be keen to hear...

bug

The code in #1398 resolves paths too eagerly as "relative". In particular, a bare executable name such as `radian` is taken to be a relative path and looked up in...

bug