VSCode on Android
Created|Updated

https://github.com/MFDGaming/ubuntu-in-termux
https://github.com/cdr/code-server
Android 上でVisual Studio Code を利用してみました。
Samsung Dex でディスプレイに表示しています。
そこそこ動きますが文字入力操作が難点ですね。
2021-12-29 追記
https://github.com/coder/code-server/issues/215
日本語表示にするには日本語言語パックをインストールして、
$ cp ~/.local/share/code-server/locale.json ~/.local/share/code-server/User/
|
環境
構築
- Termux をインストール
- Ubuntu のインストールと実行
$ uname -a Linux localhost 4.4.153-16213510 $ apt update && apt upgrade $ apt install wget proot git $ cd $ git clone https://github.com/MFDGaming/ubuntu-in-termux.git $ cd ubuntu-in-termux $ chmod +x ubuntu.sh $ ./ubuntu.sh -y $ ./startubuntu.sh
|
- code-server を実行
https://github.com/cdr/code-server/releases
Linux localhost 4.4.153-16213510
|
利用
- Termux を起動
- Ubuntu を起動
$ ./ubuntu-in-termux/startubuntu.sh
|
- code-server を起動
# ./code-server-3.4.1-linux-arm64/code-server --auth none
|
- ブラウザで
http://localhost:8080 にアクセス
