v2.2.0
New Features
- VS Code settings are now accessible from R and all vscode-specifc R options (
vsc.*
) now have
corresponding VS Code settings. (#743)
Enhancements
Fixes
- Fix date filter in data viewer. (#736)
- Fix htmlwidget resource path in WebView. (#739)
- Use
.DollarNames
with default pattern. (#750) - Fix syntax highlighting for
c()
in function args. (#751) - Handle error in
capture_str()
. (#756)
Commits
- 8030c4e: Check conflict extension (#733) (Kun Ren) #733
- aff4515: Fix date filter in data viewer (#736) (Kun Ren) #736
- 0e6d7a9: Rename liveshare folder to liveShare (#738) (Kun Ren) #738
- 3b17836: Viewer fix: invalid html_widget resource paths (#739) (Elian H. Thiele-Evans) #739
- 6d3590b: Accessing VS Code settings in R (#743) (Elian H. Thiele-Evans) #743
- a135060: Fix README (Kun Ren)
- 52fb9cf: Use .DollarNames with default pattern (#750) (Kun Ren) #750
- c6a9803: Fix issues with c() in function args (#751) (Elian H. Thiele-Evans) #751
- 22b784f: Handle error in capture_str (#756) (Kun Ren) #756
- 415a2a3: Add icons to webviews (#759) (Elian H. Thiele-Evans) #759
- 543b2f9: release 2.2.0 (Kun Ren)