You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After v2.3.4, httpgd plot viewer requires httpgd 1.2.0 or later. If the plot viewer shows 404 error, installing the latest release of httpgd should resolve the problem. (#972)
Enhancements
Data viewer supports Apache Arrow Table and r.session.data.rowLimit setting is added to limit the number of rows to show. (#945, thanks @eitsupi)
R gitignore file is updated and "R: Create gitignore" also supports multi-root workspace. (#949, thanks @eitsupi).
Httpgd plot viewer has a delay before refreshing to avoid redrawing too often. (#956)
Shell commands used in tasks use strong quoting. (#964, thanks @shrektan)
User will be prompted to install languageserver if the package is missing. (#965, @shrektan)
DCF syntax is updated to support syntax highlighting of .lintr. (#970, thanks @eitsupi)
Column headers show the class and type of each column in tooltips. (#974, thanks @eitsupi)
Extension is activated if the workspace folder contains *.{rproj,Rproj,r,R,rd,Rd,rmd,Rmd} at any level of sub-folders. (#979)
Fixes
Fix typo in command line arguments. (#954, thanks @achey2016)
R Markdown commenting uses HTML-style comments outside code blocks. (#958)
R Markdown rendering process gets LANG environment variable to properly handle unicode characters. (#961, thanks @shrektan)
Commits
24a47c9: correcting typo on command argument (slient instead of silent) (#954) (Anne Cheylus) #954
8b1cb58: update the .gitignore file for R (#949) (eitsupi) #949
ff977b7: Add delay before refreshing plots (#956) (Manuel Hentschel) #956