v2.6.0
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
- e660081: Fix empty code examples (#1194) (Manuel Hentschel) #1194
- 129820f: Avoid code highlighting in DESCRIPTION files (#1199) (Manuel Hentschel) #1199
- 402e4e8: Avoid .R file lock on windows (#1192) (Manuel Hentschel) #1192
- a481265: devTasks (#1200) (Manuel Hentschel) #1200
- 7ddd0d5: Add generated .js files to .gitignore (ManuelHentschel)
- e3ede0d: Bug report template: Spelling and formatting (#1206) (Florian Rupprecht) #1206
- ad20fdc: Implement c_cpp_properties.json file generator fixes #1201 (#1205) (Florian Rupprecht) #1205
- Strict TypeScript Fix #1208 (#1209) #1209 (Florian Rupprecht)
- b006ca1: Remove unused NPM dependencies (#1216) (Florian Rupprecht) #1216
- 161e16a: Support KaTeX in help page viewer (#1213) (Kun Ren) #1213
- 5ee9de8: Fix help (Kun Ren)
- c680e64: Fix help katex support (#1217) (Kun Ren) #1217
- 5f6089a: Use asExternalUri instead (Kun Ren)
- ff2f1bc: Fix use of asExternalUri (Kun Ren)
- 8af2cdc: Add isRendering to RMarkdownPreview (#1219) (Kun Ren) #1219
- 5727e0e: release 2.6.0 (Kun Ren)