Skip to content

Commit

Permalink
release 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renkun-ken committed Feb 15, 2023
1 parent d64a214 commit 0e49417
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@

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

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

New Features:

* A new setting `r.source.echo` is added to support sending `source(file, echo = TRUE)` by default. (#1286, thanks @jakub-jedrusiak)
* A new setting `r.removeLeadingComments` is added to remove leading comments when sending code to terminal. (#1245, thanks @gowerc)

Enhancements:

* Help page previews from `.Rd` files are now generated asynchronously. (#1273)
* Column name is also displayed in the column tooltip in a data viewer. (#1278, thanks @eitsupi)
* Upgrade ag-grid-community to v29.0.0 (#1290)

Fixes:

* Fixed broken tests (#1302)

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

New Features:
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.7.0",
"version": "2.7.1",
"author": "REditorSupport",
"license": "SEE LICENSE IN LICENSE",
"publisher": "REditorSupport",
Expand Down

0 comments on commit 0e49417

Please sign in to comment.