Skip to content

Commit 70e3267

Browse files
committed
release 2.8.2
1 parent a000456 commit 70e3267

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

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

7+
## [2.8.2](https://github.com/REditorSupport/vscode-R/releases/tag/v2.8.2)
8+
9+
Enhancements:
10+
11+
* Update built-in function match regex. (#1431, thanks @MichaelChirico)
12+
* Add `r.useRenvLibPath` setting to opt in adding `renv` package cache to `.libPaths` when R processes (language server, help server, etc.) start up. (#1423, thanks @nateybear)
13+
* Add a VScode task to run `testthat::test_file()`` on the currently open file. (#1415, thanks @gowerc)
14+
* `r.rterm.*` settings now accept paths relative to the current workspace folder to support customized commands
15+
to create R terminals. (#1398, thanks @Tal500)
16+
* Upgrade ag-grid-community to v30.2.0 (#1434)
17+
* Upgrade vscode-languageclient to v9.0.1 (#1435)
18+
719
## [2.8.1](https://github.com/REditorSupport/vscode-R/releases/tag/v2.8.1)
820

921
Enhancements:

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.8.1",
5+
"version": "2.8.2",
66
"author": "REditorSupport",
77
"license": "SEE LICENSE IN LICENSE",
88
"publisher": "REditorSupport",

0 commit comments

Comments
 (0)