devcontainer-features icon indicating copy to clipboard operation
devcontainer-features copied to clipboard

[r-apt][r-rig] Install httpuv for VSCode

Open eitsupi opened this issue 2 years ago • 0 comments

See https://github.com/REditorSupport/vscode-R/releases/tag/v2.8.0

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, it enhances the session symbol completion when accessing R object via $ and @. This feature is experimental and may be subject to change in the future. (https://github.com/REditorSupport/vscode-R/pull/1151)

https://github.com/rstudio/httpuv

eitsupi avatar Apr 28 '23 12:04 eitsupi