Skip to content

Commit db437ea

Browse files
authored
Minor updates to "connect to your Linux system in Visual Studio"
Very minor updates, mostly to keep the naming convention used in the product
1 parent fe4c7bc commit db437ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/linux/connect-to-your-remote-linux-computer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ Linux support is available in Visual Studio 2017 and later.
1515

1616
::: moniker range=">=vs-2017"
1717

18-
You can configure a Linux project to target a remote machine or Windows Subsystem for Linux (WSL). For remote machines, and for WSL on Visual Studio 2017, you need to set up a connection.
18+
You can configure a Linux project to target a remote machine or the Windows Subsystem for Linux (WSL). For remote machines, and for WSL on Visual Studio 2017, you need to set up a remote connection.
1919

2020
## Connect to a remote Linux computer
2121

22-
When building a C++ Linux project for a remote Linux system (VM or physical machine), Linux code is copied to your remote Linux computer and then compiled based on Visual Studio settings.
22+
When building a C++ Linux project for a remote Linux system (VM or physical machine), Linux source code is copied to your remote Linux computer and then compiled based on Visual Studio settings.
2323

2424
To set up this remote connection:
2525

0 commit comments

Comments
 (0)