Skip to content

Commit 3eec155

Browse files
committed
release 2.3.3
1 parent 4ff09b4 commit 3eec155

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

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

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

7+
## [2.3.3](https://github.com/REditorSupport/vscode-R/releases/tag/v2.3.3)
8+
9+
Enhancements:
10+
11+
* The information of attached R session now appears in the label and the tooltip of
12+
the status bar item. (#836)
13+
* A new setting `r.rmarkdown.knit.command` is added to support customized knit command if not specified in the document. (#841, #850, thanks @xoolive)
14+
* A terminal profile for R is added via the new terminal API. (#851)
15+
* The help topics are now automatically updated when R packages are installed, removed, or upgraded. (#863)
16+
17+
Fixes:
18+
19+
* Fixed the problem with PowerShell on Windows when installing packages. (#846)
20+
* Fixed the handling of single quote in roxygen comments and the roxygen block is now automatically exited after two empty lines. (#847)
21+
* Backtick is added to the list of quote characters for syntax highlighting. (#859, thanks @jan-imbi)
22+
* Fixed detecting the YAML frontmatter in R Markdown documents. (#856)
23+
* Fixed attaching an R session with an open httpgd device that also triggers the plot viewer. (#852)
24+
* Fixed the chunk coloring in R Markdown preview. (#867)
25+
* Fixed the delimiter used in the output of the background knit process. (#868)
26+
727
## [2.3.2](https://github.com/REditorSupport/vscode-R/releases/tag/v2.3.2)
828

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

0 commit comments

Comments
 (0)