Skip to content

v2.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Dec 16:53
· 71 commits to master since this release

New Features

  • New syntax highlighting support for NAMESPACE and .Rbuildignore. (#1221, thanks @nx10)
  • Support help preview in package development. (#1259, #1266)

Enhancements

  • The extension is re-published to Open VSX Registry. (open-vsx#591).
  • The WebView panel now supports htmlwidgets using Web Workers. (#1261, thanks @anthonynorth)
  • Code block detection now includes parentheses, which is more consistent with RStudio behavior. (#1269)

Fixes

  • View() no longer stops with tibble() that contains objects that do not
    implement asJSON() method. (#1255)
  • Fixed the regex for detecting problems reported by testthat from tasks. (#1257, thans @gowerc)
  • Fixed syntax highlighting in help preview under R 4.2.x. (#1268)

Commits