Skip to content

Releases: REditorSupport/vscode-R

Development Build

30 May 08:46
b196c7d
Compare
Choose a tag to compare
Development Build Pre-release
Pre-release

Contains the vsix-file from the latest push to master.

v2.8.4

18 May 00:39
Compare
Choose a tag to compare

Commits

  • d3143d9: Upgrade dependencies (Kun Ren)
  • f78966f: Upgrade dependencies (Kun Ren)
  • c6fde97: Fix code (Kun Ren)
  • 9f9827a: Update package.json (Kun Ren)
  • afd793f: Merge branch 'upgrade-dependecies' (Kun Ren)
  • 964b586: release 2.8.4 (Kun Ren)

v2.8.3

07 May 00:25
Compare
Choose a tag to compare

Enhancements

  • Substitute variables in r.rpath and r.rterm settings. (#1444)
  • Improve code chunk handling in base .R files. (#1454, thanks @kylebutts)

Fixes

Commits

v2.8.2

08 Oct 18:02
Compare
Choose a tag to compare

Enhancements

  • Update built-in function match regex. (#1431, thanks @MichaelChirico)
  • Add r.useRenvLibPath setting to opt in adding renv package cache to .libPaths when R processes (language server, help server, etc.) start up. (#1423, thanks @nateybear)
  • Add a VScode task to run `testthat::test_file()`` on the currently open file. (#1415, thanks @gowerc)
  • r.rterm.* settings now accept paths relative to the current workspace folder to support customized commands
    to create R terminals. (#1398, thanks @Tal500)
  • Upgrade ag-grid-community to v30.2.0 (#1434)
  • Upgrade vscode-languageclient to v9.0.1 (#1435)

Commits

v2.8.1

09 Jun 10:41
Compare
Choose a tag to compare

Enhancements

  • A new setting r.lsp.multiServer is added. If disabled, only a single language server will be spawned from the first workspace folder to handle all requests from all workspaces and files. (#1375)
  • Upgrade ag-grid-community to v30.0.0 (#1379)

Fixes

  • Fix handling r.session.data.pageSize = 0. (#1364)
  • Fix help panel in remote host. (#1374)
  • Fix missing package names in "Install CRAN Package". (#1377)

Commits

v2.8.0

28 Apr 11:33
Compare
Choose a tag to compare

New Features

  • A new experimental setting r.session.useWebServer is added to support communicating with R session via a web server running in R. This requires R package httpuv to be installed. Currently,
    it enhances the session symbol completion when accessing R object via $ and @. This feature is
    experimental and may be subject to change in the future.
    (#1151)
  • A new setting r.rmarkdown.preview.zoom is added to support the default zoom level or R markdown
    preview. (#1333)

Enhancements

  • Improve message when error occurs on loading R packages. (#1334, thanks to @csaybar)
  • Upgrade ag-grid-community to v29.3.0 (#1346)

Fixes

  • Commands that are not intended in the command pallete are now hidden. (#1327, #1330)

Commits

v2.7.2

06 Mar 15:07
Compare
Choose a tag to compare

Enhancements

  • Upgrade vscode-languageclient to 8.1.0 (#1315)
  • Workspace viewer will be cleaned-up when the attached R session exits. (#1318, #1321)
  • A new command r.view is added to view selected objects. (#1319, thanks @yeyun1999)
  • Workspace viewer commands that require an attached R session are now disabled when no R session is attached. (#1323)

Fixes

  • Workspace viewer now has a fallback message instead of causing error if session watcher is disabled. (#1317)

Commits

v2.7.1

15 Feb 16:09
Compare
Choose a tag to compare

New Features

  • A new setting r.source.echo is added to support sending source(file, echo = TRUE) by default. (#1286, thanks @jakub-jedrusiak)
  • A new setting r.removeLeadingComments is added to remove leading comments when sending code to terminal. (#1245, thanks @gowerc)

Enhancements

  • Help page previews from .Rd files are now generated asynchronously. (#1273)
  • Column name is also displayed in the column tooltip in a data viewer. (#1278, thanks @eitsupi)
  • Upgrade ag-grid-community to v29.0.0 (#1290)

Fixes

  • Fixed broken tests (#1302)

Commits

v2.7.0

04 Dec 16:53
Compare
Choose a tag to compare

New Features

  • New syntax highlighting support for NAMESPACE and .Rbuildignore. (#1221, thanks @nx10)
  • Support help preview in package development. (#1259, #1266)

Enhancements

  • The extension is re-published to Open VSX Registry. (open-vsx#591).
  • The WebView panel now supports htmlwidgets using Web Workers. (#1261, thanks @anthonynorth)
  • Code block detection now includes parentheses, which is more consistent with RStudio behavior. (#1269)

Fixes

  • View() no longer stops with tibble() that contains objects that do not
    implement asJSON() method. (#1255)
  • Fixed the regex for detecting problems reported by testthat from tasks. (#1257, thans @gowerc)
  • Fixed syntax highlighting in help preview under R 4.2.x. (#1268)

Commits

v2.6.1

31 Oct 04:21
Compare
Choose a tag to compare

Enhancements

  • A new setting r.plot.devArgs is added to allow customizing png device arguments (e.g. width and height) for the PNG plot viewer. (#1235)

Fixes

  • Fixed opening requested file externally when viewer is disabled. (#1209)
  • Support trailing slash in code-server's URI template. (#1241)

Commits