Skip to content

Commit bf928b9

Browse files
committed
release 2.3.2
1 parent 0233ed9 commit bf928b9

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

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

7+
## [2.3.2](https://github.com/REditorSupport/vscode-R/releases/tag/v2.3.2)
8+
9+
Enhancements:
10+
11+
* `.vsc.browser()` now handles `file://` urls. (#817)
12+
* `r.session.levelOfObjectDetail` gains a `Normal` value for the session watcher to write only first level structure of global objects for performance. (#815)
13+
* Session watcher now supports workspace folder as symlinks. (#827)
14+
15+
Fixes:
16+
17+
* Httpgd plot viewer respects the view column specified by `r.session.viewers.viewColumn.plot` setting (#816)
18+
* `View` is completed replaced so that `tibble::view()` could
19+
trigger data viewer (#818)
20+
* Help cache is disabled between sessions (#819)
21+
722
## [2.3.1](https://github.com/REditorSupport/vscode-R/releases/tag/v2.3.1)
823

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

0 commit comments

Comments
 (0)