File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -141,12 +141,11 @@ Open the Configurations dropdown at the top of the IDE and click on Manage Confi
141
141
142
142
This will open the CMake Project Settings UI, which is saved in a CMakeSettings.json file.
143
143
144
- Click the Edit JSON link in the UI.
144
+ Click the ** Edit JSON** link in the UI. This will switch the view to raw .json.
145
145
146
- This will switch the view to raw .json.
147
- Add the following property: “addressSanitizerEnabled”: true
146
+ Add the following property: **“addressSanitizerEnabled”: true**
148
147
149
- The following image is of CMakeSettings.json ** after** the change:
148
+ The following image is of CMakeSettings.json after that change:
150
149
151
150

152
151
You can’t perform that action at this time.
0 commit comments