-
Notifications
You must be signed in to change notification settings - Fork 138
Closed
Labels
Description
I just updated to the latest version of code-server for a docker container that I maintain. The latest version of vscode-R works great ... except that I can't open help files in HTML view. The reason is that webview starts on an (random) port which is not exposed by the docker container. There is some documentation about this but I'm not clear what steps would be needed.
@renkun-ken Wondering if you might have any suggestions on how to deal with something like this. Is it feasible to add an option (e.g., through .Rprofile) for the port to use perhaps?
options(help_type = "html")