Skip to content

Releases: Fred-Wu/vscode-R-console

R Console v0.3.1

Choose a tag to compare

@Fred-Wu Fred-Wu released this 29 Jun 10:26
596e186

Fixed

  • Reduced the delay when opening console suggestions by avoiding duplicate workspace refreshes when Tab is pressed.

Full changelog: https://github.com/Fred-Wu/vscode-R-console/blob/v0.3.1/CHANGELOG.md

R Console v0.3.0

Choose a tag to compare

@Fred-Wu Fred-Wu released this 24 Jun 03:36
e2b7a2e

Fixed

  • Improved autocompletion inside function calls so session objects appear with the usual completion groups.
  • Fixed deduplication across different completion groups.

Changed

  • Updated README, and moved the local development descriptions to the Contributing section.

Full changelog: https://github.com/Fred-Wu/vscode-R-console/blob/v0.3.0/CHANGELOG.md

R Console v0.2.9

Choose a tag to compare

@Fred-Wu Fred-Wu released this 19 Jun 02:15
7a9fcbf

Fixed

  • Fixed completion search for packages with large list of members

Full changelog: https://github.com/Fred-Wu/vscode-R-console/blob/v0.2.9/CHANGELOG.md

R Console v0.2.8

Choose a tag to compare

@Fred-Wu Fred-Wu released this 16 Jun 13:11
f958285

Fixed

  • Fixed top-level console completion for objects created in the active R session using live session server workspace data instead of relying on stale watcher files.
  • Fixed console semantic syntax highlighting to resolve colors from the active VS Code theme, including auto-detected preferred themes.
  • Fixed console semantic token handling with current R languageserver workspace internals.

Full changelog: https://github.com/Fred-Wu/vscode-R-console/blob/v0.2.8/CHANGELOG.md

R Console v0.2.7

Choose a tag to compare

@Fred-Wu Fred-Wu released this 24 May 04:34
1ff3761

Added

  • Added the Command Palette command R Console: Insert Pipe Operator.
  • Added a configurable pipe-insertion keybinding, set to Ctrl+Alt+M by default in active R Console terminals.
  • Added r.console.pipeOperator to choose whether pipe insertion uses R's native pipe |> or the magrittr pipe %>%.

Changed

  • Improved console completions in data-aware contexts.
  • Field completions now quote column names such as a b correctly in member and bracket contexts.

Full changelog: https://github.com/Fred-Wu/vscode-R-console/blob/v0.2.7/CHANGELOG.md

R Console v0.2.6

Choose a tag to compare

@Fred-Wu Fred-Wu released this 20 May 02:14
d18775f

Changed

  • Clarified R logo asset licensing in the project license.
  • Documented how to restore a dropped custom pseudoterminal UI from persistent sessions.

Fixed

  • Fixed duplicate R> prompts after console resize.

Full changelog: https://github.com/Fred-Wu/vscode-R-console/blob/v0.2.6/CHANGELOG.md

R Console v0.2.5

Choose a tag to compare

@Fred-Wu Fred-Wu released this 16 May 01:38
cfc6819

Changed

  • Release packaging now reuses unchanged sidecar binaries from the previous GitHub release VSIX instead of rebuilding them for every extension release.
  • Release workflow now publishes the target-specific VSIX packages to the Open VSX Registry.

Fixed

  • Fixed leading blank echo after stripped R comments.

Full changelog: https://github.com/Fred-Wu/vscode-R-console/blob/v0.2.5/CHANGELOG.md

R Console v0.2.4

Choose a tag to compare

@Fred-Wu Fred-Wu released this 13 May 13:34
0fda87a

Fixed

  • Fixed console LSP startup on Windows by using a consistent loopback host between VS Code and the R language server helper.
  • Preserved the inherited environment when spawning the console LSP R process.
  • Avoided repeated semantic token retry loops when semantic tokens are unavailable.

Full changelog: https://github.com/Fred-Wu/vscode-R-console/blob/v0.2.4/CHANGELOG.md

R Console v0.2.3

Choose a tag to compare

@Fred-Wu Fred-Wu released this 09 May 14:30
f4cfe6e

Added

  • Added persistent-session detach actions that remove the VS Code console UI without closing the running R backend session.

Changed

  • Removed the old reload-sessions.json persistent-session compatibility path; current sessions now use only persistent-sessions.json.
  • Removed redundant source comments while keeping comments that document non-obvious terminal, R, and platform behavior.

Full changelog: https://github.com/Fred-Wu/vscode-R-console/blob/v0.2.3/CHANGELOG.md

R Console v0.2.2

Choose a tag to compare

@Fred-Wu Fred-Wu released this 03 May 22:39
63a3d88

Changed

  • Changed the Marketplace package identity to RConsole.vsc-r-console.
  • Changed the Marketplace display name to R Console for VS Code.
  • Updated the extension icon to a 128x128 PNG.

Full changelog: https://github.com/Fred-Wu/vscode-R-console/blob/v0.2.2/CHANGELOG.md