v2.5.2
New Features
- R help viewer now highlights code sections on hover and user can click the code to copy it to the clipboard, or press
ctrl+click
(Windows and Linux) orcmd+click
(macOS) to send it to R terminal by default. A new settingr.helpPanel.clickCodeExamples
is added to allow customizing the click behavior. (#1138) - A new command
Create .lintr
is added. (#1112)
Enhancements
- R and Rmd files are added to
Create: New File
. (#1119) - Improved data viewer column resizing. (#1121)
Fixes
- Hide environment values in R Markdown preview to prevent accidental deletion (#1117)
- Opening and closing a list item in the workspace viewer treeview now works properly. (#1150)
Commits
- ebb8677: Update publish action (#1101) (Kun Ren) #1101
- 4db097d: Create issues.yml (#1061) (Elian H. Thiele-Evans) #1061
- b6e0a92: Remove nesting: guard clauses (#1110) (Lucas) #1110
- 3ed8483: Hide preview env values to prevent accidental deletion (#1117) (Kun Ren) #1117
- cb51776: Add file creation to file/newFile (#1119) (Elian H. Thiele-Evans) #1119
- 7fd2762: Bump jquery.json-viewer from 1.4.0 to 1.5.0 (#1123) (dependabot[bot]) #1123
- 8f5f781: Update data viewer column resizing (#1121) (Kun Ren) #1121
- 94acedb: Click code in help views (#1138) (Manuel Hentschel) #1138
- 7012e85: Adapt to lintr 3.0 (#1141) (Kun Ren) #1141
- cf7836d: Whitespace in typescript files (#1142) (Manuel Hentschel) #1142
- 1f692eb: Add
Create .linr
command (#1112) (eitsupi) #1112 - e5b8f0c: Add .yarnrc (ManuelHentschel)
- 3af24dd: Upgrade to ag-grid-community 28.0.0 (#1144) (Kun Ren) #1144
- 208330b: Fix tree item bug (#1150) (Elian H. Thiele-Evans) #1150
- bcb63e9: release 2.5.1 (Kun Ren)
- f868888: Disable publish to openvsx (Kun Ren)
- 72acc75: release 2.5.2 (Kun Ren)