Great! I have been wondering why something like this did not already exist, given that you can already run a full Ubuntu from termux (and indeed people have run a coder-server from such an environment). Someone must be able to create a more user-friendly version of vscode on Android. Will try this out on my Samsung tablet. My only concern is the memory management -- vscode (and its extensions) is not super friendly i…
Do you have guide on hand about enabling swap on Android devices? I searched a bit but saw some conflicting info and most of it was quite old. It seemed like people don't recommend doing it is possible.
deVStudio – Runs VS Code on Android
21–30 of 79 posts
Re: deVStudio – Runs VS Code on Android
#22This seems like a complete waste since https://vscode.dev etc exist. Why would anyone want to develop inside of a walled garden?
The web version you linked does not support the remote SSH extension, which is critical for many folks workflows. I can’t do any work without that extension. I’m curious if the android version supports this extension?
Re: deVStudio – Runs VS Code on Android
#23This seems like a complete waste since https://vscode.dev etc exist. Why would anyone want to develop inside of a walled garden?
The web version you linked does not support the remote SSH extension, which is critical for many folks workflows. I can’t do any work without that extension. I’m curious if the android version supports this extension?
Re: deVStudio – Runs VS Code on Android
#24Earlier quoted context omitted.
The web version you linked does not support the remote SSH extension, which is critical for many folks workflows. I can’t do any work without that extension. I’m curious if the android version supports this extension?
Yes. It supports extensions.
To expand, for Remote - SSH to fully function it must read a ~/.ssh/config file as well.
Re: deVStudio – Runs VS Code on Android
#25This seems like a complete waste since https://vscode.dev etc exist. Why would anyone want to develop inside of a walled garden?
Re: deVStudio – Runs VS Code on Android
#26This seems like a complete waste since https://vscode.dev etc exist. Why would anyone want to develop inside of a walled garden?
Re: deVStudio – Runs VS Code on Android
#27Earlier quoted context omitted.
Yes. It supports extensions.
Thanks for the response! So does vscode.dev, but it doesn’t support “Remote - SSH.” Could you confirm if this specific extension is functional? To expand, for Remote - SSH to fully function it must read a ~/.ssh/config file as well.
I will make a point of getting that working if it doesn't.
Re: deVStudio – Runs VS Code on Android
#28From the screenshots this seems to use an X/VNC server or something, it might be good to also explore using https://github.com/coder/code-server with a native Android browser to get things like graphics acceleration (though with disadvantages like not being about to develop graphical applications)
An option using code server is coming. Will be in the same app, just different launch option.
Re: deVStudio – Runs VS Code on Android
#29This is made by the makers of UserLAnd - Run Linux on Android. Looking for early feedback. If you want a promo code (first 500) please email support@userland.tech.
Edit: Nevermind it is there. Super Awesome
Re: deVStudio – Runs VS Code on Android
#30Great! I have been wondering why something like this did not already exist, given that you can already run a full Ubuntu from termux (and indeed people have run a coder-server from such an environment). Someone must be able to create a more user-friendly version of vscode on Android. Will try this out on my Samsung tablet. My only concern is the memory management -- vscode (and its extensions) is not super friendly i…