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
In my case, I'm using shiny in R on a remote server via SSH.
Install R and shiny package
Install vscode-R extension and enable r.sessionWatcher
In VSCode, run R: Create R terminal
run shiny::runExample("01_hello")
A blank WebView is shown but it relies on port forwarding to work.
The WebVie port mapping is broken (#102449) for quite a while, but auto port forwarding used to be a good walk-around since it seems to detect the ports that appear in the terminal output.
However, in the recent release, I start to experience significant delay of the auto port forwarding, which makes such WebViews no longer work.
Does this issue occur when all extensions are disabled?: Yes (except remote ssh)
The text was updated successfully, but these errors were encountered:
alexr00
added
bug
Issue identified by VS Code Team member as probable bug
candidate
Issue identified as probable candidate for fixing in the next release
labels
Dec 14, 2020
@renkun-ken the delay was added to work around some other issues.
If your application uses the same port every time, you can use that ports view you have open to forward the port, then it will stay forwarded and restore when you reload the window to if you use the setting remote.restoreForwardedPorts.
alexr00
removed
bug
Issue identified by VS Code Team member as probable bug
candidate
Issue identified as probable candidate for fixing in the next release
labels
Dec 14, 2020
Steps to Reproduce:
In my case, I'm using shiny in R on a remote server via SSH.
r.sessionWatcher
R: Create R terminal
shiny::runExample("01_hello")
The WebVie port mapping is broken (#102449) for quite a while, but auto port forwarding used to be a good walk-around since it seems to detect the ports that appear in the terminal output.
However, in the recent release, I start to experience significant delay of the auto port forwarding, which makes such WebViews no longer work.
Does this issue occur when all extensions are disabled?: Yes (except remote ssh)
The text was updated successfully, but these errors were encountered: