Skip to content

Commit 4a31615

Browse files
committed
Revert "Removing workspaceFolder"
This reverts commit ea8a170.
1 parent 78f0e78 commit 4a31615

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testFiles/gcov/.vscode/c_cpp_properties.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"${config:idf.espIdfPath}/components/**",
1010
"${config:idf.espIdfPathWin}/components/**",
1111
"${config:idf.espAdfPath}/components/**",
12-
"${config:idf.espAdfPathWin}/components/**"
12+
"${config:idf.espAdfPathWin}/components/**",
13+
"${workspaceFolder}/**"
1314
],
1415
"browse": {
1516
"path": [

0 commit comments

Comments
 (0)