Skip to content

Releases: REditorSupport/vscode-R

v1.6.7

31 May 05:48
11718c5

Choose a tag to compare

Commits

  • [3ef4299]: Adding markdownlint on extension.json and GitHub Actions (#591) (Yuki Ueda) #591
  • [0a8d131]: Fix replacing base::.External.graphics (Kun Ren) #625
  • [47265aa]: Integrate httpgd (#620) (Florian Rupprecht) #620
  • [6b9bf53]: Minor fix of README (Kun Ren)
  • [d5b13c3]: Add pipe and lambda to syntax (Kun Ren) #647
  • [9fcad05]: Update doesLineEndInOperator (Kun Ren) #647
  • [a1ebc86]: Prefer rPath from PATH (ManuelHentschel) #649
  • [8787b69]: Improve development workflow (#641) (Manuel Hentschel) #641
  • [64f4dc9]: Fix Github actions (ManuelHentschel)
  • [636f340]: Don't run chunks with eval = FALSE. Fixes #651 (Johan Larsson) #653
  • [ee04ccb]: prerelease 1.6.7 (Yuki Ueda) #655
  • [4b11822]: fix highlight.js (Yuki Ueda) #655
  • [8e17be0]: update changelog (Yuki Ueda) #655

v1.6.6

11 Apr 07:06

Choose a tag to compare

Commits

  • [8b73a89]: Remove object.size (Kun Ren) #581
  • [03460ac]: Use cache to store object size for objects in globalenv (Kun Ren) #581
  • [f7153c6]: Send code to debug repl (ManuelHentschel) #582
  • [f6bdde2]: Initial Workspace Viewer str() functionality (#577) (Daniel Basso Ribas) #583
  • [f028d3d]: Update vscode engine (Kirill Müller) #586
  • [5b58d60]: Satisfy markdownlint (Kirill Müller) #587
  • [18cb548]: Fix leading/trailing newlines (ManuelHentschel) #582
  • [1d4281f]: Add option vsc.show_object_size (Kun Ren) #581
  • [60cdc38]: Update object size when length changes (Kun Ren) #581
  • [d2bb749]: Update getSizeString() to be consistent with format() in R (Kun Ren) #581
  • [cca21f2]: Merge branch 'master' into remove-size (Kun Ren) #581
  • [992560e]: Thread execute argument through to term.sendText() (#585) (Kirill Müller) #585
  • [1188a88]: Clarify R path error messages (#596) (Andrew Craig) #596
  • [a0c494c]: Refactor R code (#602) (Manuel) #602
  • [17a7d69]: Add tasks Check, Document, Install, Test (#603) (Andrew Craig) #603
  • [aba8dd8]: shim the rstudioapi if it has already been loaded (Miles McBain) #610
  • [f9ef964]: make lintr happy (Miles McBain) #610
  • [5eae152]: Clarify error messages (#607) (Manuel) #607
  • [379ebce]: fix package volunerability (Yuki Ueda)
  • [8ca6c92]: version 1.6.6 (Yuki Ueda)

v1.6.5

15 Mar 05:33

Choose a tag to compare

Commits

  • [87f9bb6]: Change workspace tooltip (#544) (Elian H. Thiele-Evans) #544
  • [cb94172]: add option vsc.hover.str.max.level (#545) (Miles McBain) #545
  • [39f5914]: Fix get_timestamp() so that it will not be affected by e.g. options(digits=3) (#550) (Kun Ren) #550
  • [e2c10d8]: Refactoring and implementation of webviewPanelSerializer (#556) (Manuel) #556
  • [28d999f]: Scroll to bottom after running a command (#559) (Sam Kim) #559
  • [1f12e55]: Add option to keep terminal hidden (Andrew Craig) #566
  • [bf92991]: Clarify r.source.focus options in description (Andrew Craig) #566
  • [34c2fe6]: Check rTerm is defined before showing (Andrew Craig) #567
  • [917315a]: Fix so code can be run after creating terminal (Andrew Craig) #567
  • [fc27245]: Fix #572 (Yuki Ueda) #573
  • [9e4ecd8]: Add links to help pages in hover (ManuelHentschel) #578
  • [2125cb1]: Improve the formatting (Kun Ren) #578
  • [6b927c1]: version 1.6.5 (Yuki Ueda)
  • [124d630]: update vscode engine (Yuki Ueda)

v1.6.4

14 Feb 12:00

Choose a tag to compare

Commits

v1.6.3

15 Jan 12:08

Choose a tag to compare

Commits

v1.6.2

22 Dec 20:21

Choose a tag to compare

Commits

v1.6.1

24 Nov 08:38

Choose a tag to compare

Commits

  • [c03f582]: New feature r.runFromLineToEnd (dave) #448
  • [a15526c]: Fix lint: missing semicolon (dave) #448
  • [6a1ff0f]: Add GitHub Action for release (ManuelHentschel) #449
  • [36eb5b8]: Highlight all chunks (Kun Ren) #453
  • [3866948]: Fix checking workspaceFolders in rHelpProviderOptions (Kun Ren) #456
  • [44ce2d1]: Fix type in help panel path config (ManuelHentschel) #457
  • [5e9c895]: Don't use rterm as fallback for help panel R path (ManuelHentschel) #457
  • [5398e61]: Also check length (Kun Ren) #456
  • [e9019d7]: Add Rmd fenced_block_* for julia, python, etc (kar9222) #460
  • [e6ab606]: Update README: Add options(vsc.helpPanel = ...) (kar9222) #461
  • [2ba15cc]: version 1.6.1 (Yuki Ueda)