From e169f8c07e66f1a25b8f453b1953294fb5aa9337 Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Fri, 20 Jul 2018 20:41:27 +0200 Subject: [PATCH] ... --- .vscode/c_cpp_properties.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 0a72294..50fccb7 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -13,7 +13,8 @@ "compilerPath": "/usr/bin/clang", "cStandard": "c11", "cppStandard": "c++17", - "intelliSenseMode": "clang-x64" + "intelliSenseMode": "clang-x64", + "configurationProvider": "vector-of-bool.cmake-tools" } ], "version": 4