v2.3.5
Enhancements
- Added
devtools
tasks to command palette. (#880, thanks @alex-gable) - Improved help pages readability. (#915, thanks @18kimn)
Fixes
- Fixed R Markdown knit and preview without opening a workspace folder. (#914)
- Fixed
DESCRIPTION
syntax highlighting forAuthors@R
field. (#920) - Fixed an issue about leaking child processes. All spawned child processes (e.g. help server, language server, R Markdown preview) are cleaned up on exit. (#918)
Commits
- a5725e8: adding devtools tasks to command palette (#880) (Alex Gable) #880
- 350ae71: RMD - don't set undefined wd (#914) (Elian H. Thiele-Evans) #914
- 1ce8ee2: Use
SIGKILL
to kill help server (#912) (Kun Ren) #912 - 22eb07b: readability adjustments for help pages (#915) (Nathan Kim) #915
- 2e82af4: Fix dcf syntax (#920) (Kun Ren) #920
- 96ed474: Clean-up child processes on dispose (#918) (Kun Ren) #918
- 4a09b7f: release 2.3.5 (Kun Ren)