File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.8.3] ( https://github.com/REditorSupport/vscode-R/releases/tag/v2.8.3 )
8+
9+ Enhancements:
10+
11+ * Substitute variables in ` r.rpath ` and ` r.rterm ` settings. (#1444 )
12+ * Improve code chunk handling in base .R files. (#1454 , thanks @kylebutts )
13+
14+ Fixes:
15+
16+ * Fix multiline smart-knit (#1493 )
17+ * Fix RMD Progress Bar (#1491 )
18+ * Remove ` . ` as an R language ` editor.wordSeparators ` (#1503 , thanks @opasche )
19+ * ` numeric_version() ` wants character as of R 4.4 (#1520 , #1523 , thanks @jennybc and @pawelru )
20+ * Handle terminals created by vscode-Python (#1511 , thanks @tomasnobrega )
21+
722## [ 2.8.2] ( https://github.com/REditorSupport/vscode-R/releases/tag/v2.8.2 )
823
924Enhancements:
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.8.2 " ,
5+ "version" : " 2.8.3 " ,
66 "author" : " REditorSupport" ,
77 "license" : " SEE LICENSE IN LICENSE" ,
88 "publisher" : " REditorSupport" ,
You can’t perform that action at this time.
0 commit comments