Skip to content

Commit

Permalink
release 2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renkun-ken committed Dec 18, 2021
1 parent 96ed474 commit 4a09b7f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

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

## [2.3.5](https://github.com/REditorSupport/vscode-R/releases/tag/v2.3.5)

Enhancements:

* Added `devtools` tasks to command palette. (#880, thanks @alex-gable)
* Improved help pages readability. (#915, thanks @18kimn)

Fixes:

* Fixed R Markdown knit and preview without opening a workspace folder. (#914)
* Fixed `DESCRIPTION` syntax highlighting for `Authors@R` field. (#920)
* 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)

## [2.3.4](https://github.com/REditorSupport/vscode-R/releases/tag/v2.3.4)

Enhancements:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "r",
"displayName": "R",
"description": "R Extension for Visual Studio Code",
"version": "2.3.4",
"version": "2.3.5",
"author": "REditorSupport",
"license": "SEE LICENSE IN LICENSE",
"publisher": "Ikuyadeu",
Expand Down

0 comments on commit 4a09b7f

Please sign in to comment.