Skip to content

Commit 0ad4ea8

Browse files
committed
change 1 to "ON" for compile commands
1 parent 8b8bd05 commit 0ad4ea8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

getting-started/ide-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Depending on which compiler you want to use, pick either:
4444
3. If using **Clang** with the **clangd** extension, press F1 and run `CMake: Edit User-Local CMake Kits`. This will open a file, in there find the chosen kit (one with Clang in the name) and add these keys to it:
4545
```json
4646
"cmakeSettings": {
47-
"CMAKE_EXPORT_COMPILE_COMMANDS": 1
47+
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
4848
},
4949
"preferredGenerator": {
5050
"name": "Ninja"
@@ -97,7 +97,7 @@ The setup is very similar to [VSCode on Mac](#vscode-on-mac), so you can follow
9797
"cmakeSettings": {
9898
"HOST_ARCH": "x86_64",
9999
"SPLAT_DIR": "${userHome}/.local/share/Geode/cross-tools/splat",
100-
"CMAKE_EXPORT_COMPILE_COMMANDS": 1
100+
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
101101
}
102102
}
103103
```

0 commit comments

Comments
 (0)