Skip to content

Commit 4052cce

Browse files
authored
Add save step
Add step to save CMakeSettings.json before version branch
1 parent c7b6906 commit 4052cce

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
@@ -137,7 +137,7 @@ In this step, we'll debug an example program that demonstrates the Bullet Physic
137137

138138
## Add a Linux configuration and connect to the remote machine
139139

140-
1. Add a Linux configuration. Right-click the CMakeSettings.json file in the **Solution Explorer** view and select **Add Configuration**. You see the same Add Configuration to CMakeSettings dialog as before. Select **Linux-Debug** this time.
140+
1. Add a Linux configuration. Right-click the CMakeSettings.json file in the **Solution Explorer** view and select **Add Configuration**. You see the same Add Configuration to CMakeSettings dialog as before. Select **Linux-Debug** this time, then save the CMakeSettings.json file (ctrl + s).
141141

142142
1. **Visual Studio 2019 version 16.6 or later** Scroll down to the bottom of the CMake Settings Editor and select **Show advanced settings**. Select **Unix Makefiles** as the **CMake generator**, then save the CMakeSettings.json file (ctrl + s).
143143

0 commit comments

Comments
 (0)