From 96b7fd45378e6426eae8cb7be93ce8d838f2ee2a Mon Sep 17 00:00:00 2001 From: Francois Best Date: Wed, 7 Nov 2018 12:09:47 +0100 Subject: [PATCH] chore: Config file update --- .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 81b45d3..74577b8 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -25,7 +25,8 @@ ], "forcedInclude": [ "/Applications/Arduino.app/Contents/Java/hardware/arduino/avr/cores/arduino/Arduino.h" - ] + ], + "configurationProvider": "vector-of-bool.cmake-tools" }, { "name": "Linux",