File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-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.7.1] ( https://github.com/REditorSupport/vscode-R/releases/tag/v2.7.1 )
8+
9+ New Features:
10+
11+ * A new setting ` r.source.echo ` is added to support sending ` source(file, echo = TRUE) ` by default. (#1286 , thanks @jakub-jedrusiak )
12+ * A new setting ` r.removeLeadingComments ` is added to remove leading comments when sending code to terminal. (#1245 , thanks @gowerc )
13+
14+ Enhancements:
15+
16+ * Help page previews from ` .Rd ` files are now generated asynchronously. (#1273 )
17+ * Column name is also displayed in the column tooltip in a data viewer. (#1278 , thanks @eitsupi )
18+ * Upgrade ag-grid-community to v29.0.0 (#1290 )
19+
20+ Fixes:
21+
22+ * Fixed broken tests (#1302 )
23+
724## [ 2.7.0] ( https://github.com/REditorSupport/vscode-R/releases/tag/v2.7.0 )
825
926New Features:
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.7.0 " ,
5+ "version" : " 2.7.1 " ,
66 "author" : " REditorSupport" ,
77 "license" : " SEE LICENSE IN LICENSE" ,
88 "publisher" : " REditorSupport" ,
You can’t perform that action at this time.
0 commit comments