vscode-R
vscode-R copied to clipboard
R Extension for Visual Studio Code
I am using a ```conda``` virtual environment for a research project conducted at a remote server which I access via SSH. I use the [Remote SSH] (https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh) extension to connect...
[Docs View](https://github.com/mattbierner/vscode-docs-view) extension can display hover documentation in the sidebar or panel automatically, and it also works for vscode-R too. However, the downside of using sidebar or panel is the...
**Describe the bug** VS Code is unable to install the R extension due to a 404 extension. **To Reproduce** Steps to reproduce the behavior: 1. Go to 'Extensions' 2. Click...
- VSCode Version: 1.28.0 - VSCode-R Version: v0.6.2 - OS Version: x86_64-apple-darwin15.6.0 (64-bit) Steps to Reproduce: 1. Use two reserved markdown characters in LaTeX math blocks in the same line...
**Describe the bug** Rmd documents with spaces are knitted into the root directory. Rmd documents without spaces are knited into the document folder **To Reproduce** Steps to reproduce the behavior:...
I modeled the installation options after how they are shown [here](https://github.com/quarto-dev/quarto-vscode#installation). Currently the link https://open-vsx.org/extension/reditorsupport/r is not working, so this PR can be merged once it goes live.
**Is your feature request related to a problem? Please describe.** This extension is unclaimed/unverified on open-vsx.org. Link [here](https://open-vsx.org/extension/Ikuyadeu/r). **Describe the solution you'd like** Verification on open-vsx.org would reassure users of...
**Is your feature request related to a problem? Please describe.** Other open-source projects have migrated the default branch to `main`, for example [here](https://www.tidyverse.org/blog/2021/10/renaming-default-branch/). **Describe the solution you'd like** I propose...
When `{languageserver}` is missing, the extension provides a button to install it. This doesn't happen with `{jsonlite}` is missing. Instead this happens: ``` Fejl i loadNamespace("jsonlite") : der er ingen...
**Describe the bug** My vscode has been buggy since yesterday afternoon and occasionally not letting me use Command+Enter to send code to the terminal. Additionally plots have no longer been...