Skip to content

Commit

Permalink
Merge pull request microsoft#136 from Mikejo5000/mikejo-ls
Browse files Browse the repository at this point in the history
Added Python to VS workload list for Live Share
  • Loading branch information
Mikejo5000 committed May 1, 2019
2 parents 3d9e1a2 + 3648fed commit 5af3655
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
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 All @@ -66,7 +66,7 @@ After that, downloading and installing the Visual Studio Live Share extension is
<td style="border:none;">
<strong>Visual Studio 2017 15.6 or higher</strong><br />
1. Install the latest version of <a href="https://visualstudio.microsoft.com/vs/older-downloads/">Visual Studio 2017</a> (15.6+) on Windows (7, 8.1, or 10).<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 />
2. Install a <a href="reference/platform-support.md">supported workload</a>. (e.g. ASP.NET, .NET Core, C++, and/or Node.js)<br />
3. Download and install the Visual Studio Live Share extension from the marketplace. <br />
<a href="https://aka.ms/vsls-dl/vs"><img style="padding: 0; spacing: 0;" src="media/download.png" alt="Download button" ></a><br />
</td>
Expand Down
4 changes: 2 additions & 2 deletions 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 All @@ -60,7 +60,7 @@ Installing the extension is easy. Just follow these steps:
<td style="border:none;">
<strong>Visual Studio 2017 15.6 or higher</strong><br />
1. Install the latest version of <a href="https://visualstudio.microsoft.com/vs/older-downloads/">Visual Studio 2017</a> (15.6+) on Windows (7, 8.1, or 10).<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 />
2. Install a <a href="../reference/platform-support.md">supported workload</a>. (e.g. ASP.NET, .NET Core, C++, and/or Node.js)<br />
3. Download and install the Visual Studio Live Share extension from the marketplace. <br />
<a href="https://aka.ms/vsls-dl/vs"><img style="padding: 0; spacing: 0;" src="../media/download.png" alt="Download button" ></a><br />
</td>
Expand Down

0 comments on commit 5af3655

Please sign in to comment.