File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 4
4
5
5
You can check all of our changes from [ Release Page] ( https://github.com/REditorSupport/vscode-R/releases )
6
6
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
+
7
22
## [ 2.8.2] ( https://github.com/REditorSupport/vscode-R/releases/tag/v2.8.2 )
8
23
9
24
Enhancements:
Original file line number Diff line number Diff line change 2
2
"name" : " r" ,
3
3
"displayName" : " R" ,
4
4
"description" : " R Extension for Visual Studio Code" ,
5
- "version" : " 2.8.2 " ,
5
+ "version" : " 2.8.3 " ,
6
6
"author" : " REditorSupport" ,
7
7
"license" : " SEE LICENSE IN LICENSE" ,
8
8
"publisher" : " REditorSupport" ,
You can’t perform that action at this time.
0 commit comments