How to install Visual Studio Code on Android phones with Termux

Follow the instructions as shown in the video and below are the commands you will need. Install Debian (tap the command to copy):

    curl -o setup.sh https://raw.githubusercontent.com/AnBui2004/termux/main/installprootdistrodebian.sh && chmod +rwx setup.sh && ./setup.sh && rm setup.sh

Install Visual Studio Code (tap the command to copy):

    curl -o setup.sh https://raw.githubusercontent.com/AnBui2004/termux/main/vscode.sh && chmod +rwx setup.sh && ./setup.sh && rm setup.sh

Login to Debian (tap the command to copy):

    proot-distro login debian

Run Visual Studio Code (tap the command to copy):

    ./code.sh