From 52c8ef7bfd4f03a5b138d176207ed9a590a2520c Mon Sep 17 00:00:00 2001 From: JeremyTubongbanua Date: Wed, 1 Nov 2023 11:41:48 -0400 Subject: [PATCH] chore: remove /usr/local from includePath to only get most-up-to-date development header --- .vscode/c_cpp_properties.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 38758a3c..5c9a5193 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -6,7 +6,6 @@ "includePath": [ "${default}", "${workspaceFolder}/**", - // "/usr/local/include", "~/esp/esp-idf/components/**" ], "compilerPath": "/usr/bin/gcc",