Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leap0x7b/vscode-termux

A Debian package that allows you to use Visual Studio Code in Termux, inspired by firefox-termux by @WMCB-Tech
https://github.com/leap0x7b/vscode-termux

termux visual-studio-code vscode

Last synced: 2 months ago
JSON representation

A Debian package that allows you to use Visual Studio Code in Termux, inspired by firefox-termux by @WMCB-Tech

Awesome Lists containing this project

README

        

# vscode-termux
A Debian package that allows you to use Visual Studio Code in Termux, inspired by firefox-termux by @WMCB-Tech
## How to Install
```bash
make
apt install ./vscode-termux.deb
```
## Troubleshooting
If `code` failed to install, try to do this:
```bash
proot-distro login debian-vscode
apt install code
dpkg --configure -a
```