Skip to content

Commit cd8d30d

Browse files
committed
release 2.3.4
1 parent be509a8 commit cd8d30d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

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

7+
## [2.3.4](https://github.com/REditorSupport/vscode-R/releases/tag/v2.3.4)
8+
9+
Enhancements:
10+
11+
* Quotes in `r.rpath.*` settings are now removed. (#884)
12+
* Alternative CRAN mirrors (e.g. [RStudio Public Package Manager](https://packagemanager.rstudio.com) and [the ropensci universe](https://ropensci.r-universe.dev) are supported. (#876)
13+
14+
Fixes:
15+
16+
* Fixed a Uri handling bug in Windows. (#888)
17+
* Fixed a bug in restarting help server when library has changed. (#893)
18+
719
## [2.3.3](https://github.com/REditorSupport/vscode-R/releases/tag/v2.3.3)
820

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

0 commit comments

Comments
 (0)