Skip to content

Releases: Fred-Wu/vscode-R

Enhanced vscode-r 3.0.5

04 Jan 07:40
2b4acfe

Choose a tag to compare

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 like torch, 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

25 Dec 04:46
5869bed

Choose a tag to compare

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 row model to support dynamic, on-demand data loading.
    • Implemented server-side data fetching, sorting, and filtering via requests to the R session.
    • data.table is 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

  • Fixed and updated Live Share support (by @Fred-Wu): #7; #8