Assumptions
This procedure note assumes you have an instance of linuxserver/code-server up and running at https://code.domain.tld.
Procedure
- Download
.vsixfile of Live Share extension from here. You may download other versions as long as it is not version1.0.5940or above. Let the.vsixfile name beliveshare.vsix - Upload the
liveshare.vsixfile to the code-server instance. - Open and enter a new terminal session in the code-server instance.
- Install the extension using
code-server --install-extension liveshare.vsix - Enjoy