vscode-R
vscode-R copied to clipboard
R Extension for Visual Studio Code
[Extension Host] [chooseTerminal] A. There are 2 terminals: Terminal 0: Python 1705754481617 Terminal 1: Python powershellCore Deactivate B. There are 2 terminals: Terminal 0: Python 1705754481617 Terminal 1: Python powershellCore...
I recently discovered a bug that occurs for people with conda installations using `radian` -- if one has `conda` installed for python packages, VS code actively recommends using the `"terminal.integrated.inheritEnv":...
Type: Bug I used the command palette in vs code to open the running extensions to check their activation time, then I found the following warning under the R extension:...
**Describe the bug** When executing certain chunks of R code using VSCode with the R extension and Radian, I sometimes observe additional closing parentheses or braces being sent to the...
Just adding this as a todo to make sure it doesn't get lost. We discussed and agreed that it would be good to flesh out the documentation for tasks. @renkun-ken...
# What problem did you solve? Closes #1404. This PR adds another regex to check for chunk progress in the form of `x/y`. This appears to have been a change...
**Describe the bug** conda installed packages are not found; not possible to attach active terminal session. **To Reproduce** Use following environment file to install R ```yml --- name: r channels:...
Hello, Can you please consider changing the default file extension from .r to .R. While in most cases the difference is not important, the most common is the latter and...
I'm not sure whether this is a bug for here or REditorSupport/vscode-R but it seems like a link issue than an editor problem. In any case here's the problem. ##...
From time to time, I need to work with an external terminal due to various accessibility and screen-reader compatibility issues. Would there be any way to attach R session to...