Skip to content

Commit

Permalink
Changing the vscode sign in imgate in how to
Browse files Browse the repository at this point in the history
  • Loading branch information
fubaduba committed Jun 20, 2019
1 parent e81b6e3 commit cb1bb10
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
Binary file added docs/media/vs-sign-in-button-new.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/media/vscode-share-button-new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/quickstart/share.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ After installing the Live Share extension, restarting, and waiting for dependenc
<table style="border: none;">
<tr style="border: none;">
<td width="50%" style="vertical-align: top; border: none;">
<img src="../media/vscode-sign-in-button.png" width="100%" alt="Visual Studio Code sign in status bar item"/>
<img src="../media/vscode-sign-in-button-new.png" width="100%" alt="Visual Studio Code sign in status bar item"/>
</td>
<td width="50%" style="vertical-align: top; border: none;">
<img src="../media/vs-sign-in-button.png" width="100%" alt="Visual Studio sign in button"/>
Expand Down Expand Up @@ -116,7 +116,7 @@ Next, simply click "Live Share" within your tool and an invite link is automatic
<table style="border: none;">
<tr style="border: none;">
<td width="50%" style="vertical-align: top; border: none;">
<img src="../media/vscode-share-button.png" width="100%" alt="Visual Studio Code share status bar item" />
<img src="../media/vscode-share-button-new.png" width="100%" alt="Visual Studio Code share status bar item" />
</td>
<td width="50%" style="vertical-align: top; border: none;">
<img src="../media/vs-share-button.png" width="100%" alt="Visual Studio share button"/>
Expand Down
5 changes: 2 additions & 3 deletions docs/use/vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ A notification will appear asking you to sign in using your web browser. Clickin
#

> **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.
> **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.
Expand Down Expand Up @@ -175,7 +174,7 @@ After downloading and installing Visual Studio Live Share, follow these steps to

Now, simply **click** the "Live Share" status bar item or hit **Ctrl+Shift+P / Cmd+Shift+P** and select "Live Share: Start a collaboration session (Share)".

![Share button](../media/vscode-share-button.png)
![Share button](../media/vscode-share-button-new.png)

> [!NOTE]
> You may be asked by your desktop firewall software to allow the Live Share agent to open a port the first time you share. Accepting this is entirely optional but enables a secured "direct mode" to improve performance when the person you are working with is on the same network as you are. See [changing the connection mode](../reference/connectivity.md#changing-the-connection-mode) for details.
Expand Down

0 comments on commit cb1bb10

Please sign in to comment.