File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 44
55You 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
932Fixes:
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments