aboutsummaryrefslogtreecommitdiff
path: root/.vscode/c_cpp_properties.json
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-09-20 14:57:15 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-06 07:39:33 +0200
commit3f117ba513d7f8ec8244103174f8635df7bd379b (patch)
treefb4d975158a733bae1f11ec399a667e1cc9dfd0f /.vscode/c_cpp_properties.json
parent078fe50351224d28592f1b2907585bd4fa551adf (diff)
Use ninja library to generate build instead of raw string
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