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

Verifying your publisher will demonstrate your authenticity and add a verified badge to your extensions. You can learn about the process at https://code.visualstudio.com/api/working-with-extensions/publishing-extension#verify-a-publisher

feature-request

**Is your feature request related to a problem? Please describe.** VSCode allows to create workspaces that are not single project/folder. For example, you want the workspace to have "project_a" and...

feature-request

**Is your feature request related to a problem? Please describe.** I encountered the same issue on Windows as described in REditorSupport/languageserver#503. It is not that trivial to figure out in...

feature-request

**Is your feature request related to a problem? Please describe.** In order to install the latest push to VSCode-R, users have to manually download and install the extension artefact from...

feature-request

**Is your feature request related to a problem? Please describe.** Using `View()` on large dataframes causes the system to crash or become slow since it has to load all data...

feature-request

**Describe the bug** Commands `Reindent Lines`, `Reindent Selected Lines` do nothing. **To Reproduce** 1. Create a file `temp.R` with the following content: ```r for(i in 1:2) { print(i) } ```...

bug

**Describe the bug** I am using the vscode-r extension in combination with the Remote-SSH extension to develop on a university cluster. I initially connect to the login node, which shouldn't...

bug

Hello, Using the ".Rmd" extension will not allow me to insert Markdown snippets in the file. The `Insert Snippets` command treats Markdown lines as R language and offers to insert...

bug

CC @renkun-ken I've found that `R Markdown: New Draft` does not work for some templates. ## Reprex 1. `install.packages("ghclass")` 1. Launch `R Markdown: New Draft` 1. Type `ghclass` 1. See...

bug

**Describe the bug** (as the title) **To Reproduce** Steps to reproduce the behavior: ```r testoo

bug