Skip to content

Commit

Permalink
Confirm merge from repo_sync_working_branch to live to sync with http…
Browse files Browse the repository at this point in the history
…s://github.com/microsoftdocs/live-share (branch master) (microsoft#133)

* Small tweaks

* Adding insiders doc

* Adding images

* Document liveshare.account and liveshare.accountProvider settings

* Update

* Update profile links (microsoft#2089)

* Updating guest limit comment
  • Loading branch information
openpublishbuild authored and lostintangent committed May 25, 2019
1 parent cab8df5 commit bfa1020
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
6 changes: 1 addition & 5 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,7 @@ Live Share goes a step further and enables you to share a debug session. This m
Our goal is to support the diverse landscape of languages and platforms, to ensure we can enable rich collaboration, regardless of the application type being developed. See the [language and platform support](reference/platform-support.md) article for details on what works today.

## How many developers can join a collaboration session?
We currently support 30 concurrent guests, in addition to the developer that is sharing ("hosting") their project. By default we enable up to 5 guests in a session.

To enable increased guest limit:
- **VS Code:** Add "liveshare.increasedGuestLimit":"true" to settings.json.
- **VS:** Set Tools > Options > Live Share > Increased guest limit to "True"
We currently support 30 concurrent guests, in addition to the developer that is sharing ("hosting") their project.

## What is the roadmap?
You can view the set of known issues, and roadmap items [here](https://aka.ms/vsls-issues). If you'd like to see only feature requests rather than all issues, see [here](https://aka.ms/vsls-feature-requests). We encourage you to up-vote existing items, file new feature requests, and log bug reports, in order to help us shape the direction of the product moving forward.
Expand Down
6 changes: 6 additions & 0 deletions docs/use/vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ A notification will appear asking you to sign in using your web browser. Clickin

> **Linux users:** You may be prompted to enter a user code if you are using an older version of Live Share (v0.3.295 or below). Update to the latest version of the extension or click the "Having trouble?" link after sign in to see the code. See [below for details](#sign-in-using-a-user-code).
#

> **Advanced tip:** The `liveshare.account` and `liveshare.accountProvider` settings enable you to select which account should be used for automatic sign-in in case you have cached credentials for multiple accounts available.
> For example, imagine you work on 2 projects with which you want to sign in with different identities. In your VSCode workspace settings, you could set the `liveshare.account` setting to different email addresses in each project directory to ensure they each automatically sign-in with the correct account. The `liveshare.accountProvider` setting could be set to either `"microsoft"` or `"github"` in case you use the same email address with multiple providers.
If Visual Studio Code is not picking up your sign in after you complete the sign-in process in the browser, see [sign in using a user code](#sign-in-using-a-user-code). Otherwise, check out [troubleshooting](../troubleshooting.md#sign-in) for more tips.

### Sign in using a user code
Expand Down
8 changes: 4 additions & 4 deletions docs/user-profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Creative Commons Attribution 4.0 License (International): https://creativecommon

When you authenticate with Visual Studio Live Share, it creates a user profile for you, which allows any participants you collaborate with to see who you are (e.g. your e-mail address, avatar). At any given time, you can view the profile information that Live Share has stored on your behalf, by navigating to one of the following pages (depending on the identity provider you used):

- [Microsoft Account / Azure Active Directory](https://insiders.liveshare.vsengsaas.visualstudio.com/auth/identity/microsoft/viewprofile)
- [GitHub](https://insiders.liveshare.vsengsaas.visualstudio.com/auth/identity/github/viewprofile)
- [Microsoft Account / Azure Active Directory](https://prod.liveshare.vsengsaas.visualstudio.com/auth/identity/microsoft/viewprofile)
- [GitHub](https://prod.liveshare.vsengsaas.visualstudio.com/auth/identity/github/viewprofile)

The page will ask you to sign-in to verify your identity, and then display the raw JSON output for your user profile.

Expand All @@ -38,8 +38,8 @@ If Visual Studio Live Share doesn't currently have a profile stored for the iden

If you'd like to remove your user profile, you can click the link titled `Click here to get your data removed from our systems` on the [user profile page](#user-profile). Alternatively, you can visit one of the following pages directly (depending on the identity provider you used):

- [Microsoft Account / Azure Active Directory](https://insiders.liveshare.vsengsaas.visualstudio.com/auth/identity/microsoft/deleteme)
- [GitHub](https://insiders.liveshare.vsengsaas.visualstudio.com/auth/identity/github/deleteme)
- [Microsoft Account / Azure Active Directory](https://prod.liveshare.vsengsaas.visualstudio.com/auth/identity/microsoft/deleteme)
- [GitHub](https://prod.liveshare.vsengsaas.visualstudio.com/auth/identity/github/deleteme)

Otherwise, Visual Studio Live Share will automatically delete your profile 30 days after your last successful sign-in. In this context, a "successful sign-in" refers to the following (depending on the tool you're using):

Expand Down

0 comments on commit bfa1020

Please sign in to comment.