Tags · REditorSupport/vscode-R · GitHub
Skip to content

Tags: REditorSupport/vscode-R

Tags

latest

Toggle latest's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
PR1706 follow-ups (#1716)

* fix(plot): avoid leaking plot_backend into the global environment

profile.R is sourced as the user's R_PROFILE_USER, so the top-level
plot_backend assignment created a stray variable in the user's global
environment that persisted after startup (reported by @Fred-Wu).

Wrap the sess::connect() setup in local() so the temporary plot_backend
binding stays scoped, matching the pattern used by the .Rprofile block
above it.

* feat(plot): warn when a requested plot backend is unavailable

When r.plot.backend explicitly selects jgd or httpgd (or the legacy
r.plot.useHttpgd is true) but the package is not installed, register_hooks
silently fell back to the standard viewer. The standard viewer has no
plot-cycling UI, so users saw a degraded experience with no explanation
(several reports on #1706).

Emit a warning from register_hooks naming the requested backend and the
remedy, but only when a specific backend was explicitly requested. The
auto mode (use_jgd && use_httpgd) still degrades silently by design.

v2.8.8

Toggle v2.8.8's commit message

Verified

This tag was signed with the committer’s verified signature.
randy3k Randy Lai
Version v2.8.8

v2.8.7

Toggle v2.8.7's commit message

Verified

This tag was signed with the committer’s verified signature.
randy3k Randy Lai

v2.8.6

Toggle v2.8.6's commit message

Verified

This tag was signed with the committer’s verified signature.
randy3k Randy Lai
Version v2.8.6

v2.8.5

Toggle v2.8.5's commit message

Verified

This tag was signed with the committer’s verified signature.
randy3k Randy Lai
Version v2.8.5

v2.8.4

Toggle v2.8.4's commit message
release 2.8.4

v2.8.3

Toggle v2.8.3's commit message
release 2.8.3

v2.8.2

Toggle v2.8.2's commit message
release 2.8.2

v2.8.1

Toggle v2.8.1's commit message
release 2.8.1

v2.8.0

Toggle v2.8.0's commit message
release 2.8.0