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.2.0] ( https://github.com/REditorSupport/vscode-R/releases/tag/v2.2.0 )
8+
9+ New Features
10+
11+ * VS Code settings are now accessible from R and all vscode-specifc R options (` vsc.* ` ) now have
12+ corresponding VS Code settings. (#743 )
13+
14+ Enhancements
15+
16+ * Check conflict extension ` mikhail-arkhipov.r ` on activation. (#733 )
17+ * Add icons to WebViews. (#759 )
18+
19+ Fixes
20+
21+ * Fix date filter in data viewer. (#736 )
22+ * Fix htmlwidget resource path in WebView. (#739 )
23+ * Use ` .DollarNames ` with default pattern. (#750 )
24+ * Fix syntax highlighting for ` c() ` in function args. (#751 )
25+ * Handle error in ` capture_str() ` . (#756 )
26+
727## [ 2.1.0] ( https://github.com/REditorSupport/vscode-R/releases/tag/v2.1.0 )
828
929Important changes
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.1 .0" ,
5+ "version" : " 2.2 .0" ,
66 "author" : " REditorSupport" ,
77 "license" : " SEE LICENSE IN LICENSE" ,
88 "publisher" : " Ikuyadeu" ,
16321632 "ws" : " ^7.4.6" ,
16331633 "vscode-languageclient" : " ^7.0.0"
16341634 }
1635- }
1635+ }
You can’t perform that action at this time.
0 commit comments