Assumptions

This procedure note assumes you have an instance of linuxserver/code-server up and running at https://code.domain.tld.

Procedure

  1. Download .vsix file of Live Share extension from here. You may download other versions as long as it is not version 1.0.5940 or above. Let the .vsix file name be liveshare.vsix
  2. Upload the liveshare.vsix file to the code-server instance.
  3. Open and enter a new terminal session in the code-server instance.
  4. Install the extension using code-server --install-extension liveshare.vsix
  5. Enjoy