11{
22 "configurations" : [
3- {
4- "name" : " ESP-IDF" ,
5- "compilerPath" : " ${default}" ,
6- "cStandard" : " c11" ,
7- "cppStandard" : " c++17" ,
8- "includePath" : [
9- " ${config:idf.espIdfPath}/components/**" ,
10- " ${config:idf.espIdfPathWin}/components/**" ,
11- " ${config:idf.espAdfPath}/components/**" ,
12- " ${config:idf.espAdfPathWin}/components/**" ,
13- " ${workspaceFolder}/**"
14- ],
15- "browse" : {
16- "path" : [
17- " ${config:idf.espIdfPath}/components" ,
18- " ${config:idf.espIdfPathWin}/components" ,
19- " ${config:idf.espAdfPath}/components/**" ,
20- " ${config:idf.espAdfPathWin}/components/**" ,
21- " ${workspaceFolder}"
22- ],
23- "limitSymbolsToIncludedHeaders" : false
24- }
3+ {
4+ "name" : " ESP-IDF" ,
5+ "compilerPath" : " ${default}" ,
6+ "cStandard" : " c11" ,
7+ "cppStandard" : " c++17" ,
8+ "includePath" : [
9+ " ${config:idf.espIdfPath}/components/**" ,
10+ " ${config:idf.espIdfPathWin}/components/**" ,
11+ " ${config:idf.espAdfPath}/components/**" ,
12+ " ${config:idf.espAdfPathWin}/components/**" ,
13+ " ${workspaceFolder}/**"
14+ ],
15+ "browse" : {
16+ "path" : [
17+ " ${config:idf.espIdfPath}/components" ,
18+ " ${config:idf.espIdfPathWin}/components" ,
19+ " ${config:idf.espAdfPath}/components/**" ,
20+ " ${config:idf.espAdfPathWin}/components/**" ,
21+ " ${workspaceFolder}"
22+ ],
23+ "limitSymbolsToIncludedHeaders" : false
2524 }
25+ }
2626 ],
2727 "version" : 4
28- }
28+ }
0 commit comments