Skip to content

Instantly share code, notes, and snippets.

@subsetpark
Last active October 13, 2020 22:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save subsetpark/3a90f7bdb484c18ac91b3650f373fd3b to your computer and use it in GitHub Desktop.
Save subsetpark/3a90f7bdb484c18ac91b3650f373fd3b to your computer and use it in GitHub Desktop.
Installing VS Code / VS Live Share under Linux
  1. Install the normal VS Code binary. I did this using the visual-studio-code-bin package on AUR for Arch Linux.
  2. Access the Extensions pane in the left-hand sidebar.
  3. Search for Live Share in the extensions search. There are a couple extensions associated with Live Share, but the Live Share Extension Pack will include all of them.
  4. There is now a Live Share affordance in the colored status bar at the bottom of the window. Clicking on it will prompt you to sign in and authenticate via OAuth.
  5. NOTE! I wasn't able to get Github auth to work. I had to create a Microsoft account and then do auth via Microsoft.
  6. After going through the OAuth flow, the Live View affordance at the bottom will be replaced by the email you used to auth into Microsoft.
  7. Open the directory you want to collaborate on.
  8. In the menu provided by the Live View affordance, you can copy the invite link for your session to the clipboard.
  9. Send the link to whomever you want to collaborate with.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment