You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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,
12
+
it enhances the session symbol completion when accessing R object via `$` and `@`. *This feature is
13
+
experimental and may be subject to change in the future.* (#1151)
14
+
* A new setting `r.rmarkdown.preview.zoom` is added to support the default zoom level or R markdown
15
+
preview. (#1333)
16
+
17
+
Enhancements:
18
+
19
+
* Improve message when error occurs on loading R packages. (#1334, thanks to @csaybar)
20
+
* Upgrade ag-grid-community to v29.3.0 (#1346)
21
+
22
+
Fixes:
23
+
24
+
* Commands that are not intended in the command pallete are now hidden. (#1327, #1330)
0 commit comments