Note
The application dose not compile code-server environment inside. You need to config code-server in Termux yourself.
- Get Termux from Github Release or F-droid
- Run
pkg install tur-repo
- Run
pkg install code-server
- Run
vi ~/.config/code-server/config.yaml
to edit config, if you don't havevi
, you need to runpkg install vim
first - Edit
bind-addr
to127.0.0.1:20000
(This step is for CodeServer app) - You can start code-server via run
code-server
- Config code-server in Termux
- Get CodeServer from Release
- Install CodeServer and grant the permission of RUN_COMMAND
- Start CodeServer
-
Q:Why not using Chromium(Chrome,WebView) to replace Firefox Gecko?
-
A:Because the browsers which using Chromium including WebView, Chromium , etc will have display problem in my tablet device. You can think about that when you using a dark theme vscode but there is a white line on the screen bottom to hurt you eyes is very bad.
-
Q:Why not using Firefox to replace CodeServer?
-
A:In Firefox, the fullscreen mode have some unbearable problem. First, I need to use
F12
to enter fullscreen mode. And then, I couldn't enter fullscreen mode sometimes when you change to other tab page, and I must exit Firefox and start it again.
MIT LICENSE