Releases: Fred-Wu/vscode-R
Releases · Fred-Wu/vscode-R
Enhanced vscode-r 3.0.5
What's Changed
Major
- Added a UI button to refresh data viewer.
Minor
- Simplified data viewer loading overlay text.
- Fixed completion trigger
$that may not show anything, ie from R6 or R7. For a package liketorch, if a method was not implemented, and resulted in an error, the completion would not suggest the method. - Fixed data viewer if an object is an environment.
Enhanced vscode-r 3.0.4
What's Changed
- Data viewer update
- Fixed an issue where multiple data viewers could open when calling View() on the same object.
- Switched to AG Grid’s
infinite rowmodel to support dynamic, on-demand data loading. - Implemented server-side data fetching, sorting, and filtering via requests to the R session.
data.tableis now required.- Further details REditorSupport#1610
Language Server
- Updated language server start/stop logic for both single- and multi-server modes to prevent auto-start or orphaned R processes after an R session ends.
Live Share