add common_components to c_properties

This commit is contained in:
Skot Croshere 2023-05-19 23:05:04 -04:00 committed by johnny9
parent d6b7283354
commit 00199cc4e1

View File

@ -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}"
],