Code Server
VSCodeのブラウザ版。
install
- インストール
curl -fsSL https://code-server.dev/install.sh | sh -s -- --dry-run curl -fsSL https://code-server.dev/install.sh | sh
- 設定ファイル修正
nano ~/.config/code-server/config.yaml
bind-addr: ${任意のIPアドレス}:${任意のポート}
拡張機能のインストール
- https://marketplace.visualstudio.com/
- vsixファイルをダウンロード
code-server --install-extension ${ダウンロードしたファイル}.vsix