Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to run Visual Studio Code on Samsung Dex?

Does anyone know how to run VS Code on Samsung Dex?

I've tried: https://medium.com/samsung-internet-dev/writing-software-using-a-phone-e71976f1f18d

Looks like it is possible, but I don't know how. I can see vscode supports linux, does this mean that you can run vscode on Samsung Dex - Note 9 ?

Thanks in Advance.

like image 976
Dat Avatar asked Sep 26 '18 12:09

Dat


4 Answers

Visual Studio Code is not natively supported on Android yet. So there is no way to natively run VSCode on Android with your Note 9 and Samsung DeX.

You do however have the following two options available:

  • When using "Linux on DeX" then you have the option to run Visual Studio Code natively from the Linux environment on Samsung DeX, although do keep in mind that Linux on DeX is now discontinued starting Android 10.
  • Remotely log into a different Linux, Windows or Mac computer and use VSCode on those computer through your phone on Samsung DeX.

Ofcourse the first option is the best. I recommend using Linux on DeX for this. Right now there isn't a native Android version of VSCode :(

like image 83
Shaun Roselt Avatar answered Dec 24 '22 12:12

Shaun Roselt


I would recommend to go for fully functional Linux on Android. You will require

  1. Termux (Playstore)
  2. VNCViewer (Playstore), bVNCViewer(recommended for tablets)
  3. Andronix (Playstore), would recommend to go for premium and modded os, it would just cost you a cup of coffee. Though you can use unmodded os for free. Modded os comes with pre installed VsCode, etc useful stuffs.

Follow Andronix documentation: https://andronix.app/

like image 30
hbkvikas Avatar answered Dec 24 '22 14:12

hbkvikas


As of summer 2020, there is a cloud9 style browser based VSCode service provided by Microsoft Azure:

https://online.visualstudio.com/

You can see it in action here:

https://www.youtube.com/watch?v=rg0VHA_YZUI

like image 39
hamncheez Avatar answered Dec 24 '22 14:12

hamncheez


For a fully functioning visual studio code or code on a samsung tab, you can use github codespaces in a browser tab in Dex mode, this is a paid approach but a reliable one. One other is self-hosted code instances like code-server

like image 25
Ahmed Mohamedeen Avatar answered Dec 24 '22 13:12

Ahmed Mohamedeen