Skip to content

Commit a8c801a

Browse files
committed
release 2.3.7
1 parent 1ec6b5a commit a8c801a

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

CHANGELOG.md

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

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

7+
## [2.3.7](https://github.com/REditorSupport/vscode-R/releases/tag/v2.3.7)
8+
9+
Note:
10+
11+
* After v2.3.4, httpgd plot viewer requires `httpgd` 1.2.0 or later. If the plot viewer shows 404 error, installing the latest release of `httpgd` should resolve the problem. (#972)
12+
13+
Enhancements:
14+
15+
* Data viewer supports [Apache Arrow Table](https://arrow.apache.org/docs/r) and `r.session.data.rowLimit` setting is added to limit the number of rows to show. (#945, thanks @eitsupi)
16+
* R gitignore file is updated and "R: Create gitignore" also supports multi-root workspace. (#949, thanks @eitsupi).
17+
* Httpgd plot viewer has a delay before refreshing to avoid redrawing too often. (#956)
18+
* Shell commands used in tasks use strong quoting. (#964, thanks @shrektan)
19+
* User will be prompted to install `languageserver` if the package is missing. (#965, @shrektan)
20+
* DCF syntax is updated to support syntax highlighting of `.lintr`. (#970, thanks @eitsupi)
21+
* Column headers show the class and type of each column in tooltips. (#974, thanks @eitsupi)
22+
* Extension is activated if the workspace folder contains `*.{rproj,Rproj,r,R,rd,Rd,rmd,Rmd}` at any level of sub-folders. (#979)
23+
24+
Fixes:
25+
26+
* Fix typo in command line arguments. (#954, thanks @achey2016)
27+
* R Markdown commenting uses HTML-style comments outside code blocks. (#958)
28+
* R Markdown rendering process gets `LANG` environment variable to properly handle unicode characters. (#961, thanks @shrektan)
29+
730
## [2.3.6](https://github.com/REditorSupport/vscode-R/releases/tag/v2.3.6)
831

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

0 commit comments

Comments
 (0)