Skip to content

Commit

Permalink
Merge pull request microsoft#137 from MicrosoftDocs/master
Browse files Browse the repository at this point in the history
Added Python to list of workloads that install the Live Share component
  • Loading branch information
Mikejo5000 committed May 1, 2019
2 parents 1706889 + 5af3655 commit cab8df5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Overview - Visual Studio Live Share | Microsoft Docs"
description: "An overview of Visual Studio Live Share and its capabilities."
ms.custom:
ms.date: 04/26/2018
ms.date: 05/01/2019
ms.reviewer: ""
ms.suite: ""
ms.topic: "overview"
Expand Down Expand Up @@ -57,7 +57,7 @@ After that, downloading and installing the Visual Studio Live Share extension is
<td style="border:none;">
<strong>Visual Studio 2019 </strong><br />
1. Install <a href="https://visualstudio.microsoft.com/downloads/">Visual Studio 2019</a>.<br/>
2. Install a <a href="reference/platform-support.md">supported workload</a>. (e.g. ASP.NET, .NET Core, C++, and/or Node.js)<br />
2. Install a <a href="reference/platform-support.md">supported workload</a>. (e.g. ASP.NET, .NET Core, C++, Python, and/or Node.js)<br />
3. Visual Studio Live Share is installed by default with these workloads. <br />
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart/join.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Installing the extension is easy. Just follow these steps:
<td style="border:none;">
<strong>Visual Studio 2019 </strong><br />
1. Install <a href="https://visualstudio.microsoft.com/downloads/">Visual Studio 2019</a>.<br/>
2. Install a <a href="../reference/platform-support.md">supported workload</a>. (e.g. ASP.NET, .NET Core, C++, and/or Node.js)<br />
2. Install a <a href="../reference/platform-support.md">supported workload</a>. (e.g. ASP.NET, .NET Core, C++, Python, and/or Node.js)<br />
3. Visual Studio Live Share is installed by default with these workloads. <br />
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart/share.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Installing the extension is easy. Just follow these steps:
<td style="border:none;">
<strong>Visual Studio 2019 </strong><br />
1. Install <a href="https://visualstudio.microsoft.com/downloads/">Visual Studio 2019</a>.<br/>
2. Install a <a href="../reference/platform-support.md">supported workload</a>. (e.g. ASP.NET, .NET Core, C++, and/or Node.js)<br />
2. Install a <a href="../reference/platform-support.md">supported workload</a>. (e.g. ASP.NET, .NET Core, C++, Python, and/or Node.js)<br />
3. Visual Studio Live Share is installed by default with these workloads. <br />
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/use/vs.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Getting going is simple:

For Visual Studio 2019
1. Install the any edition of [Visual Studio 2019](https://visualstudio.microsoft.com/vs/).
2. Install a [supported workload](../reference/platform-support.md). (e.g. ASP.NET, .NET Core, C++, and/or Node.js)
2. Install a [supported workload](../reference/platform-support.md). (e.g. ASP.NET, .NET Core, C++, Python, and/or Node.js)
3. Visual Studio Live Share is installed by default with these workloads.

For Visual Studio 2017
Expand Down

0 comments on commit cab8df5

Please sign in to comment.