Skip to content

Commit 62b4e4b

Browse files
committed
Update c_cpp_properties.json
1 parent ae8b2a3 commit 62b4e4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testFiles/gcov/.vscode/c_cpp_properties.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
"cStandard": "c11",
77
"cppStandard": "c++17",
88
"includePath": [
9-
"${config:idf.espIdfPath}/components/**",
9+
"${env:IDF_PATH}/components/**",
1010
"${config:idf.espIdfPathWin}/components/**",
1111
"${config:idf.espAdfPath}/components/**",
1212
"${config:idf.espAdfPathWin}/components/**",
1313
"${workspaceFolder}/**"
1414
],
1515
"browse": {
1616
"path": [
17-
"${config:idf.espIdfPath}/components",
17+
"${env:IDF_PATH}/components",
1818
"${config:idf.espIdfPathWin}/components",
1919
"${config:idf.espAdfPath}/components/**",
2020
"${config:idf.espAdfPathWin}/components/**",

0 commit comments

Comments
 (0)