Skip to content

Commit 2466d3d

Browse files
authored
fix link
link to docs on remote headers was broken
1 parent 8df3129 commit 2466d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/get-started-linux-cmake.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ In this step, we'll debug an example program that demonstrates the Bullet Physic
143143

144144
If you have already added a remote connection you can open this window by navigating to **Tools > Options > Cross Platform > Connection Manager**.
145145

146-
3. Provide the [connection information to your Linux machine](connect-to-your-remote-linux-computer.md] and click **Connect**. Visual Studio adds that machine as to CMakeSettings.json as your default connection for **Linux-Debug**. It will also pull down the headers from your remote machine so that you get [IntelliSense specific to that remote connection](configure-a-linux-project.md#remote_intellisense). Now Visual Studio will send your files to the remote machine and generate the CMake cache on the remote system. These steps may take some time depending on the speed of your network and power of your remote machine. You will know this is complete when the message "Target info extraction done" appears in the CMake output window.
146+
3. Provide the [connection information to your Linux machine](connect-to-your-remote-linux-computer.md] and click **Connect**. Visual Studio adds that machine as to CMakeSettings.json as your default connection for **Linux-Debug**. It will also pull down the headers from your remote machine so that you get [IntelliSense specific to that remote connection](https://docs.microsoft.com/en-us/cpp/linux/configure-a-linux-project?view=vs-2019#remote_intellisense). Now Visual Studio will send your files to the remote machine and generate the CMake cache on the remote system. These steps may take some time depending on the speed of your network and power of your remote machine. You will know this is complete when the message "Target info extraction done" appears in the CMake output window.
147147

148148
## Set a breakpoint, build and run on Linux
149149

0 commit comments

Comments
 (0)