Skip to content

Commit 75c4451

Browse files
author
mikeblome
committed
changed 15.3 to 15.7
1 parent 041b3c7 commit 75c4451

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/linux/cmake-linux-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ After you specify a Linux target, your source is copied to your Linux machine. T
5757

5858
![Generate CMake cache on Linux](media/cmake-linux-1.png "Generate the CMake cache on Linux")
5959

60-
**Visual Studio 2017 version 15.3 and later:**
60+
**Visual Studio 2017 version 15.7 and later:**
6161
To provide IntelliSense support for remote headers, Visual Studio automatically copies them to a directory on your local Windows machine. For more information, see [IntelliSense for remote headers](configure-a-linux-project.md#remote_intellisense).
6262

6363
## Debug the project

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To change settings pertaining to the remote Linux computer, configure the remote
3838
3939
## Include directories and IntelliSense support
4040

41-
**Visual Studio 2017 version 15.2 and earlier:**
41+
**Visual Studio 2017 version 15.6 and earlier:**
4242
By default, Visual Studio does not include any system-level include files from the Linux computer. For example, items in the **/usr/include** directory are not present in Visual Studio.
4343
For full [IntelliSense](/visualstudio/ide/using-intellisense) support, you will need to copy those files to some location on your development computer and point Visual Studio to this location. One option is to use scp (Secure Copy) to copy the files. On Windows 10, you can use [Bash on Windows](https://msdn.microsoft.com/commandline/wsl/about) to run scp. For previous versions of Windows, you could use something like [PSCP (PuTTY Secure Copy)](http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html).
4444

@@ -52,7 +52,7 @@ Once the files are copied, use the **VC++ Directories** item in Project properti
5252

5353
![VC++ Directories](media/settings_directories.png)
5454

55-
**Visual Studio 2017 version 15.3 and later:**
55+
**Visual Studio 2017 version 15.7 and later:**
5656
See [Manage Remote Headers for IntelliSense](#remote_intellisense).
5757

5858
## Copy sources
@@ -71,7 +71,7 @@ Since all compilation is happening on a remote computer, several additional Buil
7171

7272
![Build Events](media/settings_buildevents.png)
7373

74-
## <a name="remote_intellisense"></a> IntelliSense for remote headers (Visual Studio 2017 version 15.3 and later)
74+
## <a name="remote_intellisense"></a> IntelliSense for remote headers (Visual Studio 2017 version 15.7 and later)
7575

7676
When you add a new connection in **Connection Manager**, Visual Studio automatically detects the include directories for the compiler on the remote system. Visual Studio then zips up and copies those files to a directory on your local Windows machine. After that, whenever you use that connection in a Visual Studio or CMake project, the headers in those directories are used to provide IntelliSense.
7777

0 commit comments

Comments
 (0)