Usage is extremely easy. You should now see a âLive Shareâ Button on the status bar of the bottom of your VS Code. Follow these instructions in order:
The Live Share Button as it appears on the status bar
Click on this button (You can also access this with the command Ctrl+Shift+P / Cmd+Shift+P depending on your operating system). A pop-up will appear asking you to sign-in which youâll complete in your browser. If you donât have an account then youâll be prompted to create one. Once youâre done following the instructions, you can just close your browser.
The new Live Share Button
After youâre signed in youâll see a new option on the VS Code activity tab as highlighted in red. To share a project, open the folder as you normally would (File -> Open..).
To collaborate, now click the âLive Shareâ button in the bottom status bar then select "Live Share: Start a collaboration session".
The Live Share button in the bottom status bar
This will cause an invite link to be copied to your clipboard. An option to make the link read-only will also appear, which you can select if thatâs desired. To share with other people, just send them this link via whatever way you normally message them. Make sure not to only send this link to people you trust, you donât want to expose your files to random people. When someone attempts to join youâll be prompted if you want to let them join or not.
The prompt when a user attempts to join your share session
Thatâs all it takes. From there youâll be collaborating live! All participants will be able to see code as itâs being typed live. Each participant will see the folder being worked on as if it was on their own computer. This is an introduction to Live Share, thereâs more functionality to it than explained in this document but this was just supposed to serve as an accessible guide on how to get started.
To end the session, hit this button in the top right:
A termination button can be seen in the top right of the Live Share panel
If you want to join a session, just click the link the host sends you. Itâs as simple as that.