Skip to content

Commit cee2ec8

Browse files
authored
update intellisense for wsl
remote headers still applies to wsl (it is only the build tree that is not copied over, the linux filesystem can see into windows but currently windows cannot see into wsl, so we need to rsync over the remote headers)
1 parent c20e7af commit cee2ec8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,6 @@ Since all compilation is happening on a remote computer (or WSL), several additi
8888

8989
## <a name="remote_intellisense"></a> IntelliSense for headers on remote systems
9090

91-
::: moniker range="vs-2019"
92-
93-
This section does not apply when targeting WSL.
94-
95-
::: moniker-end
96-
9791
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.
9892

9993
This functionality depends on the Linux machine having zip installed. You can install zip by using this apt-get command:

0 commit comments

Comments
 (0)