Skip to content

Latest commit

 

History

History
74 lines (43 loc) · 2.39 KB

File metadata and controls

74 lines (43 loc) · 2.39 KB

Changelog

Unreleased

Bug Fixes

  • fix(rstudioapi): resolve emulation issues and viewer routing
  • fix(liveshare): resolve activation errors, file reading bugs, and add hooks for sess compatibility

Features

  • feat(sess): migrate session watcher to WebSockets/JSON-RPC 2.0
  • feat: implement rstudioapi::showPrompt() and rstudioapi::askForPassword() for sess package
  • feat: evaluate params from YAML header in Rmd files before running code
  • feat: check sess package version and prompt for update
  • feat(session): implement file-based reconnection and suppress verbose logs

Performance

  • perf: optimize package monitoring in helpServer.R

Styling

  • style: fix line length lint error in sess/R/rstudioapi.R

Testing

  • test: implement comprehensive integration test suite and modernize CI
  • test: add Rmd params tests and cleanup test files
  • test(session): add retry logic for plot tests to avoid timeouts on Windows
  • test(session): add version check, retry logic, and fix lint warnings

2.8.8 - 2026-03-24

Features

  • feat: change default of r.lsp.multiServer to false

Full Changelog: https://github.com/REditorSupport/vscode-R/compare/v2.8.7...v2.8.8

2.8.7 - 2026-03-15

Bug Fixes

  • fix: correct r.term and r.path setting names in error message

Features

  • feat: support multi-root workspaces in single-server mode

Other

  • Allow bracketedPaste on win32 platform (#1631)
  • feat: default to single language server for multi-root workspaces (#1682)

Full Changelog: https://github.com/REditorSupport/vscode-R/compare/v2.8.6...v2.8.7

2.8.6 - 2025-05-31

Other

  • Syntax update and bump to 2.8.6 (#1605)
  • Show sidebar icon only when extension is active (#1579)
  • Move R and R markdown syntaxes to vscode-R-syntax (#1606)

Refactor

  • refactor: restructure files (#1613)

Full Changelog: https://github.com/REditorSupport/vscode-R/compare/v2.8.5...v2.8.6

See CHANGELOG.old.md for changes before v2.8.5.