We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b4e4b commit 0f4a677Copy full SHA for 0f4a677
testFiles/gcov/.vscode/c_cpp_properties.json
@@ -6,15 +6,15 @@
6
"cStandard": "c11",
7
"cppStandard": "c++17",
8
"includePath": [
9
- "${env:IDF_PATH}/components/**",
+ "${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
- "${env:IDF_PATH}/components",
+ "${config:idf.espIdfPath}/components",
18
"${config:idf.espIdfPathWin}/components",
19
20
0 commit comments