Skip to content

Commit

Permalink
release 2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renkun-ken committed Oct 8, 2023
1 parent a000456 commit 70e3267
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

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

## [2.8.2](https://github.com/REditorSupport/vscode-R/releases/tag/v2.8.2)

Enhancements:

* Update built-in function match regex. (#1431, thanks @MichaelChirico)
* 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)
* Add a VScode task to run `testthat::test_file()`` on the currently open file. (#1415, thanks @gowerc)
* `r.rterm.*` settings now accept paths relative to the current workspace folder to support customized commands
to create R terminals. (#1398, thanks @Tal500)
* Upgrade ag-grid-community to v30.2.0 (#1434)
* Upgrade vscode-languageclient to v9.0.1 (#1435)

## [2.8.1](https://github.com/REditorSupport/vscode-R/releases/tag/v2.8.1)

Enhancements:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "r",
"displayName": "R",
"description": "R Extension for Visual Studio Code",
"version": "2.8.1",
"version": "2.8.2",
"author": "REditorSupport",
"license": "SEE LICENSE IN LICENSE",
"publisher": "REditorSupport",
Expand Down

0 comments on commit 70e3267

Please sign in to comment.