How do I connect from VSCODE on windows to code-server on termux #6808
-
I wanted to connect to CS from a windows client, but neither remote ssh nor tunnels are available, and I don’t want control from the browser. Is it possible to connect to CS from a client on Windows? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You wish to use code-server on Termux from VS Code on Windows. In this case, I don't see the use of code-server. You can do this(something I have tried, and it works for my use case):
code-server can't be directly used in VS Code. It is an IDE on the browser, so you theoretically could ignore the steps I wrote up there, and just install the PWA for code-server. Not much of a difference, but it allows for keyboard shortcut recognition with ease. |
Beta Was this translation helpful? Give feedback.
-
I just thought that it would still be possible to run Code tunnel the same way it works in linux on wsl, for example. Well, it's not fate. I need vscode on termux stupidly so as not to edit files from my phone. By the way, what is the problem with the original code tunnel when installing over SSH? Like there's a compilation error and it's not hard to fix, or does Microsoft not want to? |
Beta Was this translation helpful? Give feedback.
You wish to use code-server on Termux from VS Code on Windows. In this case, I don't see the use of code-server. You can do this(something I have tried, and it works for my use case):
code-server can't be directly used in VS Code. It is an IDE on the browser, so you theoretically could ignore t…