Skip to content

Commit 0e49417

Browse files
committed
release 2.7.1
1 parent d64a214 commit 0e49417

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

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

7+
## [2.7.1](https://github.com/REditorSupport/vscode-R/releases/tag/v2.7.1)
8+
9+
New Features:
10+
11+
* A new setting `r.source.echo` is added to support sending `source(file, echo = TRUE)` by default. (#1286, thanks @jakub-jedrusiak)
12+
* A new setting `r.removeLeadingComments` is added to remove leading comments when sending code to terminal. (#1245, thanks @gowerc)
13+
14+
Enhancements:
15+
16+
* Help page previews from `.Rd` files are now generated asynchronously. (#1273)
17+
* Column name is also displayed in the column tooltip in a data viewer. (#1278, thanks @eitsupi)
18+
* Upgrade ag-grid-community to v29.0.0 (#1290)
19+
20+
Fixes:
21+
22+
* Fixed broken tests (#1302)
23+
724
## [2.7.0](https://github.com/REditorSupport/vscode-R/releases/tag/v2.7.0)
825

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

0 commit comments

Comments
 (0)