Live Share Visual Studio Code Join or Share not working

1.1k Views Asked by At

I can't join a live share session by the link given to me. It keeps loading or sometimes says RPC connection closed?

I have installed Live Share Extensions Pack as well as I am logged into github in VS Code. Please let me know if anyone needs more info

Thanks

1

There are 1 best solutions below

1
Philemon Eniola On

I was able to fix the issue with the installation of libssl the following commands:

echo "deb http://security.ubuntu.com/ubuntu impish-security main" | sudo tee /etc/apt/sources.list.d/impish-security.list
sudo apt update
sudo apt install libssl1.1