From 00199cc4e1f04ecec8c2ae53ed8567e44058c5d9 Mon Sep 17 00:00:00 2001 From: Skot Croshere Date: Fri, 19 May 2023 23:05:04 -0400 Subject: [PATCH] add common_components to c_properties --- .vscode/c_cpp_properties.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index ee59443b..11136027 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -17,6 +17,7 @@ "${config:idf.espIdfPath}/components", "${config:idf.espIdfPathWin}/components", "${config:idf.espAdfPath}/components/**", + "${config:idf.espAdfPath}/examples/common_components/**", "${config:idf.espAdfPathWin}/components/**", "${workspaceFolder}" ],