How to get SSH FS
working?
#4075
-
https://marketplace.visualstudio.com/items?itemName=Kelvin.vscode-sshfs Whenever I try to edit the config I get the error "React Dev server not started" on Is this a plugin that will not work on the browser version? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 19 replies
-
Hmm... I'm not sure how that extension works under the hood 🤔 But if you post steps to reproduce this, I'm happy to see if I get the same thing locally using the open-vsx version of this extension |
Beta Was this translation helpful? Give feedback.
-
Looks like the extension is trying to connect to 127.0.0.1 from the web view which will not work since that is your local machine and not where code-server is running. The extension will need to be modified to use code-server's proxy I think. The |
Beta Was this translation helpful? Give feedback.
Looks like the extension is trying to connect to 127.0.0.1 from the web view which will not work since that is your local machine and not where code-server is running.
The extension will need to be modified to use code-server's proxy I think. The
vscode-R
extension has a similar problem, see #1510.