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
I am running R on a VSC remote server and when initiating a plot the external browser is opened, but then no plots are being sent to the new page in the browser. when i look in the js console to see problems i see that the ws is being blocked
> plot(1:10, 1:10)
#VSCode is not running on localhost but on a remote server.#Opening in external browser...#Browsing https://apps.workbench.p171649450587.aws-amer.sanofi.com/oneai-rwd-cmei-ibd/cemi-ibd/code-#server/proxy/33755/live?history=FALSE&token=i8pVQ3EH
Same problem while using vscode tunnel to forward the port on remote machine.
Even allow the mix content do not show figure but only the framework, and still "Failed to construct "WebSocket"
Describe the bug
I am running R on a VSC remote server and when initiating a plot the external browser is opened, but then no plots are being sent to the new page in the browser. when i look in the js console to see problems i see that the ws is being blocked
To Reproduce
my Rprofile is
plot i am creating
Expected behavior
plot sent to external browser
Screenshots
Environment
Additional context
(Write your answer here.)
The text was updated successfully, but these errors were encountered: