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

Type: Bug in perfectly fine code can only be removed one by one stop involving me in your indentation war Extension version: 2.8.2 VS Code version: Code 1.85.1 (0ee08df0cf4527e40edc9aa28f4b5bd38bbff2b2, 2023-12-13T09:49:37.021Z)...

**Describe the bug** When the panel of help or data.frame is shown, I can not maximize the terminal panel. Here is an example: ![image](https://github.com/REditorSupport/vscode-R/assets/128305316/ea232374-2284-4a73-9a44-3d43183bad5c) When your the layout of vscode...

bug

Closes #1359 Fixes #1391 Features: - [X] TCP R connection - [X] Visual&logical attaching/detaching from the TCP server (since 4bae0a7cad439db1e9b221601192967aa9a8cc09) - [X] Correct loading `init.R` after R session init (and...

VSCode provides a way to implement shell integration to access and navigate recent commands. Related support has been made in Python repl: https://github.com/microsoft/vscode-python/issues/22647 It would be great if this feature...

I noticed that `View(dataframe)` sometimes sets small numerical values (such as 2.5e-05) to 0. However, in the same dataframe, I also have values that are much smaller (1e-240) which get...

bug

If I `source()` a script to load packages, or load a package from R terminal, the auto-completion does not work. ![image](https://github.com/REditorSupport/vscode-R/assets/4111978/2d0bc471-a81b-47a0-ad53-35fa6ce42935) It only works if I send the code `library()`...

bug

**Describe the bug** The rendering of NA values is inconsistent using view(df). Assume you have a data frame that contains NA values, as revealed by entering "df" into the terminal,...

bug

**Describe the bug** The title is clear enough. **To Reproduce** Steps to reproduce the behavior: 1. command palette -> create r terminal 2. `library(keras)` 3. `aa = layer_input(shape=c(2,3))` 4. the...

bug

Type: Bug It looks like there is an error identifying my R terminal when executing R command. I am attaching the screen shot below. ![image](https://github.com/REditorSupport/vscode-R/assets/19754711/6d4663fa-9df8-47f5-a412-2d14a89f14ed) Extension version: 2.8.2 VS Code...