Skip to content

Commit 0a41494

Browse files
committed
release 2.5.0
1 parent c183639 commit 0a41494

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,32 @@
44

55
You can check all of our changes from [Release Page](https://github.com/REditorSupport/vscode-R/releases)
66

7+
## [2.5.0](https://github.com/REditorSupport/vscode-R/releases/tag/v2.5.0)
8+
9+
Announcement:
10+
11+
* [vscode-R](https://marketplace.visualstudio.com/items?itemName=REditorSupport.r) has been transferred to `REditorSupport` as the publisher in the VS Code Marketplace. The unique identifier has been updated to `REditorSupport.r`. (#690)
12+
* [R in Visual Studio Code](https://code.visualstudio.com/docs/languages/r) topic is added to the VS Code documentation.
13+
14+
New Features:
15+
16+
* A new setting `r.libPaths` is added to support additional library paths to be appended to `.libPaths()` when R background processes (R language server and help server) are launched. It could be useful for projects with [renv](https://rstudio.github.io/renv/articles/renv.html) enabled where required packages (e.g. `languageserver` and `jsonlite`) to use vscode-R are only installed in other location. For more details, checkout the [wiki](https://github.com/REditorSupport/vscode-R/wiki/Working-with-renv-enabled-projects). (#1071, #1097, #1098)
17+
18+
Enhancements:
19+
20+
* The R package build task is separated into Build and Build Binary tasks. (#1029, thanks @Yunuuuu)
21+
* Hide smart knit environment variables to prevent accidental deletion. (#1060)
22+
* A new setting `r.session.data.pageSize` is added to support adjusting the page size of the data viewer. The default is now 500. (#1068)
23+
* The check for languageserver package installation is improved and the prompt could be disabled. (#1071)
24+
* The R Markdown code chunk snippet supports language choice. (#1082, thanks @jooyoungseo)
25+
* It will prompt instead of showing empty choice when no R Markdown templates are found. (#1089)
26+
27+
Fixes:
28+
29+
* Guard against evaluation of active bindings in the global environment. (#1038)
30+
* The `http` prefix is unnecessary and removed from several code snippets. (#1084, #1085, thanks @jooyoungseo)
31+
* R Markdown knit and preview scripts now use `loadNamespace()` instead of `requireNamespace()` to fail early if necessary packages are unavailable. (#1086)
32+
733
## [2.4.0](https://github.com/REditorSupport/vscode-R/releases/tag/v2.4.0)
834

935
New Features:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "r",
33
"displayName": "R",
44
"description": "R Extension for Visual Studio Code",
5-
"version": "2.4.0",
5+
"version": "2.5.0",
66
"author": "REditorSupport",
77
"license": "SEE LICENSE IN LICENSE",
88
"publisher": "REditorSupport",

0 commit comments

Comments
 (0)