Skip to content

Commit 4a09b7f

Browse files
committed
release 2.3.5
1 parent 96ed474 commit 4a09b7f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

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

7+
## [2.3.5](https://github.com/REditorSupport/vscode-R/releases/tag/v2.3.5)
8+
9+
Enhancements:
10+
11+
* Added `devtools` tasks to command palette. (#880, thanks @alex-gable)
12+
* Improved help pages readability. (#915, thanks @18kimn)
13+
14+
Fixes:
15+
16+
* Fixed R Markdown knit and preview without opening a workspace folder. (#914)
17+
* Fixed `DESCRIPTION` syntax highlighting for `Authors@R` field. (#920)
18+
* Fixed an issue about leaking child processes. All spawned child processes (e.g. help server, language server, R Markdown preview) are cleaned up on exit. (#918)
19+
720
## [2.3.4](https://github.com/REditorSupport/vscode-R/releases/tag/v2.3.4)
821

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

0 commit comments

Comments
 (0)