cloud9_note

cloud9に限らないメモ

View on GitHub

Code Server

VSCodeのブラウザ版。

install

  1. インストール
    curl -fsSL https://code-server.dev/install.sh | sh -s -- --dry-run
    curl -fsSL https://code-server.dev/install.sh | sh
    
  2. 設定ファイル修正
    nano  ~/.config/code-server/config.yaml
    
bind-addr: ${任意のIPアドレス}:${任意のポート}

拡張機能のインストール

  1. https://marketplace.visualstudio.com/
  2. vsixファイルをダウンロード
  3. code-server --install-extension ${ダウンロードしたファイル}.vsix

参考