aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vscode/settings.json1
-rw-r--r--CMakePresets.json3
2 files changed, 3 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index f9b4fe7..f6fbca2 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -11,6 +11,7 @@
"C_Cpp.intelliSenseEngine": "disabled",
"C_Cpp.errorSquiggles": "disabled",
"C_Cpp.autocomplete": "disabled",
+ "clangd.enable": true,
// RST Configuration
"[python]": {
diff --git a/CMakePresets.json b/CMakePresets.json
index da73733..b745332 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -11,7 +11,8 @@
"generator": "Ninja Multi-Config",
"binaryDir": "${sourceDir}/build",
"cacheVariables": {
- "CMAKE_CONFIGURATION_TYPES": "Debug;MinSizeRel"
+ "CMAKE_CONFIGURATION_TYPES": "Debug;MinSizeRel",
+ "CMAKE_EXPORT_COMPILE_COMMANDS": true
}
}
],