aboutsummaryrefslogtreecommitdiff
path: root/.vscode/c_cpp_properties.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/c_cpp_properties.json')
-rw-r--r--.vscode/c_cpp_properties.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
index 10acb77..7748b8f 100644
--- a/.vscode/c_cpp_properties.json
+++ b/.vscode/c_cpp_properties.json
@@ -10,8 +10,9 @@
"cStandard": "c11",
"cppStandard": "c++14",
"intelliSenseMode": "clang-x64",
- "compileCommands": "${workspaceFolder}/compile_commands.json"
+ "compileCommands": "${workspaceFolder}/compile_commands.json",
+ "configurationProvider": "vector-of-bool.cmake-tools"
}
],
"version": 4
-}
+} \ No newline at end of file