Skip to content

v2.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Oct 17:06
· 88 commits to master since this release

New Features

  • A new command "R: Generate C/C++ Configuration" is added to support auto-generating c_cpp_properties.json in an R package with C/C++ code for C/C++ Extension to provide IntelliSense. (#1205, thanks @nx10)

Enhancements

  • Support showing KeTeX formula in help viewer. (#1213)

Fixes

  • Fixed empty line at the end of help pages as clickable example. (#1194)
  • Avoid code highlighting in DESCRIPTION files in help viewer as code examples. (#1199)
  • Saving a rmd file no longer triggers the preview to refresh if it is still rendering. (#1219)

Commits