Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/leap0x7b/vscode-termux
- Owner: leap0x7b
- Created: 2021-08-11T09:10:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-05T08:49:10.000Z (about 3 years ago)
- Last Synced: 2024-07-30T20:51:51.962Z (5 months ago)
- Topics: termux, visual-studio-code, vscode
- Language: Shell
- Homepage:
- Size: 221 KB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```