Skip to content

Commit cc1a039

Browse files
TylerMSFTTylerMSFT
authored andcommitted
add WSL property. More cleanup to match latest UI
1 parent 4e584cb commit cc1a039

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/linux/configure-a-linux-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To change settings related to the remote Linux computer, configure the remote se
5050

5151
::: moniker range="vs-2019"
5252

53-
**Visual Studio 2019 version 16.1**: To target Windows Subsystem for Linux, click the down arrow for **Platform Toolset** and choose **WSL_1_0**. The other remote options will disappear and the path to the default WSL shell will appear in their place:
53+
**Visual Studio 2019 version 16.7**: To target Windows Subsystem for Linux (WSL), set the **Platform Toolset** drop-down to **GCC for Windows Subsystem for Linux**. The other remote options will disappear and the path to the default WSL shell will appear in their place:
5454

5555
![WSL build machine](media/wsl-remote-vs2019.png)
5656

docs/linux/create-a-new-linux-project.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Create a Linux MSBuild C++ project in Visual Studio"
3-
ms.date: "08/04/2020"
3+
ms.date: "10/1/52020"
44
description: "Create a new MSBuild-based Linux project in Visual Studio."
55
ms.assetid: 5d7c1d67-bc31-4f96-8622-2b4cf91372fd
66
---
@@ -29,10 +29,10 @@ To create a new Linux project in Visual Studio 2017, follow these steps:
2929

3030
| Project Type | Description |
3131
| ------------ | --- |
32-
| **Blink (Raspberry)** | Project targeted for a Raspberry Pi device, with sample code that blinks an LED |
32+
| **Blink (Raspberry)** | Project targeted for a Raspberry Pi device, with sample code that blinks an LED |
3333
| **Console Application (Linux)** | Project targeted for any Linux computer, with sample code that outputs text to the console |
34-
| **Empty Project (Linux)** | Project targeted for any Linux computer, with no sample code |
35-
| **Makefile Project (Linux)** | Project targeted for any Linux computer, built using a standard Makefile build system |
34+
| **Empty Project (Linux)** | Project targeted for any Linux computer, with no sample code |
35+
| **Makefile Project (Linux)** | Project targeted for any Linux computer, built using a standard Makefile build system |
3636

3737
## Next steps
3838

@@ -53,8 +53,7 @@ If you have an existing Windows Visual Studio solution that you would like to ex
5353
To create a new Linux project in Visual Studio 2019, follow these steps:
5454

5555
1. Select **File > New Project** in Visual Studio, or press **Ctrl + Shift + N**. The Create a new project dialog appears.
56-
1. Set the language drop-down to **C++**.
57-
1. Set the platform drop-down to **Linux**.
56+
1. In the **Search for templates** textbox, enter **Linux** to list the available templates for Linux projects.
5857
1. Select the project type to create, for example **Console Application**, and then choose **Next**. Enter a **Name** and **Location**, and choose **Create**.
5958

6059
![Screenshot of the new project dialog box with the language drop-down set to C++ and the platform drop-down set to Linux.](media/newproject-vs2019.png)
-17.9 KB
Loading

docs/linux/prop-pages/general-linux.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Linux support is available in Visual Studio 2017 and later.
2323
| Extensions to Delete on Clean | Semi-colon-delimited wildcard specification for which files in the intermediate directory to delete on clean or rebuild. |
2424
| Build Log File | Specifies the build log file to write to when build logging is enabled. |
2525
| Platform Toolset | Specifies the toolset used for building the current configuration. If not set, the default toolset is used. |
26+
| WSL *.exe full path | **Visual Studio 2019 version 16.1** Full path to the Windows Subsystem for Linux (WSL) executable used to build and debug. |
2627
| Remote Build Machine | Displays the target machine or device to use for remote build, deploy, and debug. You can add or edit a target machine connection by using **Tools** > **Options** > **Cross Platform** > **Connection Manager**.<br /> **Visual Studio 2019 version 16.1** You can specify a different machine for debugging on the [Debugging](debugging-linux.md) page. |
2728
| Remote Build Root Directory | Specifies a path to a directory on the remote machine or device. |
2829
| Remote Build Project Directory | Specifies a path to a directory on the remote machine or device for the project. |

0 commit comments

Comments
 (0)