AndroidVSCode
AndroidVSCode copied to clipboard
Visual Studio Code on Android with code-server on Termux.
AndroidVSCode
Unofficial Visual Studio Code on Android with code-server on Termux.
Installation :
You also need at least Node 12 installed.
- Install code-server globally :
npm i code-server -g
- Install the app in releases (or compile it yourself)
Usage :
Run
You should do this steps whenever you want to use VSCode.
- Run code-server, if you don't want auth :
code-server --auth none
, elsecode-server --auth password
and get the password in~/.config/code-server/config.yaml
- Open the app (and enter the password if there is one)
Close
- Close the app
- Exit Termux