Skip to content

Commit 3016cd2

Browse files
committed
release 2.4.0
1 parent a3ebb33 commit 3016cd2

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

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

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

7+
## [2.4.0](https://github.com/REditorSupport/vscode-R/releases/tag/v2.4.0)
8+
9+
New Features:
10+
11+
* Added "R Markdown: New Draft" command to choose a template for a new R Markdown document. (#984)
12+
* Added *Attached Namespaces* and *Loaded Namespaces* to the workspace viewer. (#1022)
13+
14+
Enhancements:
15+
16+
* `spawn` is consistently used to run R scripts and commands. (#985)
17+
* Added a problemMatcher for testthat output from Test task. (#989, thanks @gowerc)
18+
* Code chunk snippets now preserve selected text. (#1001)
19+
* Added more useful Shiny and R Markdown snippets. (#1009, #1012, thanks @jooyoungseo).
20+
* Provides optional `code` argument to `r.runSelection` command for other extensions to execute interactive R code. (#1017, thanks @jjallaire)
21+
* Supports lambda function declaration in syntax higlighting. (#1025)
22+
23+
Fixes:
24+
25+
* Fixed code detection with mixed quotes. (#988, thanks @gowerc)
26+
* Fixed syntax highlighting for variables starting with `function`. (#992, thanks @gowerc)
27+
* Fixed R task definition and `resolveTask`. (#994)
28+
* Fixed auto port forwarding for httpgd plot viewer in LiveShare session. (#1026)
29+
730
## [2.3.8](https://github.com/REditorSupport/vscode-R/releases/tag/v2.3.8)
831

932
Fixes:

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

0 commit comments

Comments
 (0)