Skip to content

Commit 75215b5

Browse files
committed
Update compilerPath to default
1 parent 2ad48b0 commit 75215b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testFiles/gcov/.vscode/c_cpp_properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"configurations": [
33
{
44
"name": "ESP-IDF",
5-
"compilerPath": "/Users/radurentea/.espressif/tools/xtensa-esp32-elf/esp-2021r2-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc",
5+
"compilerPath": "${default}",
66
"cStandard": "c11",
77
"cppStandard": "c++17",
88
"includePath": [

0 commit comments

Comments
 (0)