this post was submitted on 04 Jul 2023
0 points (NaN% liked)
Programming
43 readers
1 users here now
This magazine is dedicated to discussions on programming languages, software development, and coding. Whether you are a beginner programmer or an experienced developer, this is the place for you. Here you can share your knowledge, ask questions, and engage in discussions on topics such as coding languages, software engineering, web development, and more. From the latest trends and frameworks to tips and tricks for debugging, this category covers a wide range of topics related to programming.
founded 2 years ago
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I run vscode via termux on my S23 Ultra. Actually, I have set up two ways to do this. You can use termux to run vscode-server and then develop in your web browser, or you can set up termux:x11 and use the real GUI.
For the second option, the winning solution for me was to install proot-distro in termux. Using that, you can install a debian system and then you can run the arm version of vscode.
At any rate, the first step is to install F-Droid so you can get the termux apps. Termux:x11 is still experimental so you need to get the apk from github. Oh, and you can do all this without rooting! You just need to authorize unkown app sources, but you'd have to do that if you are going to run your own apps anyway.
Happy Hacking!