Visual Studio Code Remote - SSH not working #7439
Replies: 2 comments 2 replies
-
From where did you get And code-server works well with Termux . You can see here : https://github.com/cdr/code-server/blob/main/docs/termux.md |
Beta Was this translation helpful? Give feedback.
-
No, it is vscode in browser. You can run code server in termux and access it through any browser on any device in your local network (or externally by port forwarding with services something like ngrok) Related to glibc:
If still you want to use |
Beta Was this translation helpful? Give feedback.
-
I'm trying to get Visual Studio Code Remote - SSH to work but I get this error:
Screenshot
Detailed logs
I searched for similar issues but I'm not sure if they help me:
g++ missing libstdc++ #121
I'm not sure what this means:
Does it mean I have to compile Termux on my own?
I tried to install gcc (which it suggested to install via package clang), but after installing running gcc gives this error:
Crash while running code-server #6316
Code-Server (VSCode) #5581
Not sure if these have to do with VSCode Remote SSH?
I've tried to install code-server but it gave error too:
Detailed logs
I'm not sure what else to do.
Any ideas how to get VS Code Remote - SSH to work on Termux on Android?
I'm using:
Beta Was this translation helpful? Give feedback.
All reactions