Releases: MikhailArkhipov/vscode-r
Releases · MikhailArkhipov/vscode-r
0.0.32
0.0.31
0.0.30
- Add support for R 4.2+ (R API version change).
- WARNING: R 4.2+ on Mac is only supported on ARM. On Intel Macs consider using R 4.1.
0.0.27 (9 May 2022)
- Add support for R 4.1 pipe operator. The operator is allowed in all R versions at the moment and will not be flagged as error in R below 4.1. Partial work done to support pipe per version. Current issue is that editor is instantiated before R version is known and additional work is required to update editor instances when R session starts.
- Move to .NET 6.0
- Update Node and Nuget modules to latest for security reasons.
0.0.26 (17 Aug 2021)
- Limit keybindings to R editor so they do not activate in other languages. Closes #75
- Security updates in Node modules.
0.0.25 (16 June 2021)
- Support ARM R 4.1 on Apple M1 silicon. VS Code for ARM is required. Closes #69
Make sure you install VS Code for OSX for ARM. You may have to download it separately since if you have had VS Code installed on M1 before ARM build became available and kept upgrading it, it is probably still x64. The extension by default uses ARM version with R 4.1 or higher. However, if you need to use Intel build of R such as when you may be using native packages not available for ARM, you can select x64 R from the list of interpreters - such as pick '4.1' and not '4.1-arm64'. Use r.interpreter
setting to specify the desired interpreter index.
- Build Linux host for Ubuntu 18 so both 18 and 20 are supported. Fixes #72
- Security updates in npm modules.
0.0.24 (22 May 2021)
- Adds support for R 4.1 (R API version has changed to 14)
- R 4.1 on Mac M1 silicon is still x64. Native ARM is coming in the future.
0.0.23 (21 Apr 2021)
- Update references per github security bot recommendation.
- Suppress cancellation exception further.
0.0.22
Suppress cancellation exception in certain cases in order to avoid server shutdown.
0.0.21 (12 Apr 2021)
Adds support for R 4.0 raw strings