Skip to content

Commit 5913e66

Browse files
committed
add export compile commands to linux guide
1 parent ffd8e53 commit 5913e66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

getting-started/ide-setup.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ The setup is very similar to [VSCode on Mac](#vscode-on-mac), so you can follow
7676
"toolchainFile": "${userHome}/.local/share/Geode/cross-tools/clang-msvc-sdk/clang-msvc.cmake",
7777
"cmakeSettings": {
7878
"HOST_ARCH": "x86_64",
79-
"SPLAT_DIR": "${userHome}/.local/share/Geode/cross-tools/splat"
79+
"SPLAT_DIR": "${userHome}/.local/share/Geode/cross-tools/splat",
80+
"CMAKE_EXPORT_COMPILE_COMMANDS": 1
8081
}
8182
}
8283
```

0 commit comments

Comments
 (0)