deVStudio – Runs VS Code on Android
31–40 of 79 posts
Re: deVStudio – Runs VS Code on Android
#32Re: deVStudio – Runs VS Code on Android
#33I'm curious how much tweaking you needed to do to get this to work - I'd love to see this with https://cursor.sh (vscodium based) as the editor
Re: deVStudio – Runs VS Code on Android
#34It's basically self-hosted VS Code in a browser. I can switch from my desktop to my laptop, even to my phone, and pick up right where I left off with uncommitted changes, long running processes, etc. Additionally, I get the full resources of my server and don't have to worry about it running down my battery or causing the fans to spin up on my laptop.
Re: deVStudio – Runs VS Code on Android
#35Great! 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…
I've been using termux + neovim as my default text editor on my phone. And it is surprisingly comfortable even with a touch screen keyboard.
Re: deVStudio – Runs VS Code on Android
#36I've been running https://github.com/coder/code-server for the past few months, and I really like it. It's basically self-hosted VS Code in a browser. I can switch from my desktop to my laptop, even to my phone, and pick up right where I left off with uncommitted changes, long running processes, etc. Additionally, I get the full resources of my server and don't have to worry about it running down my battery or causin…
Valid only while you have a (good) internet connection.
Re: deVStudio – Runs VS Code on Android
#37This 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
#38Re: deVStudio – Runs VS Code on Android
#39Earlier quoted context omitted.
I've been using termux + neovim as my default text editor on my phone. And it is surprisingly comfortable even with a touch screen keyboard.
Does it come with a modal keyboard or the same static one?
Re: deVStudio – Runs VS Code on Android
#40I've been running https://github.com/coder/code-server for the past few months, and I really like it. It's basically self-hosted VS Code in a browser. I can switch from my desktop to my laptop, even to my phone, and pick up right where I left off with uncommitted changes, long running processes, etc. Additionally, I get the full resources of my server and don't have to worry about it running down my battery or causin…
> I can switch from my desktop to my laptop, even to my phone, and pick up right where I left off with uncommitted changes, long running processes, etc. Valid only while you have a (good) internet connection.
But your point still stands anytime I'm away from home.