Skip to content

Commit

Permalink
chore: remove /usr/local from includePath to only get most-up-to-date…
Browse files Browse the repository at this point in the history
… development header
  • Loading branch information
JeremyTubongbanua committed Nov 1, 2023
1 parent 946f626 commit 52c8ef7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"includePath": [
"${default}",
"${workspaceFolder}/**",
// "/usr/local/include",
"~/esp/esp-idf/components/**"
],
"compilerPath": "/usr/bin/gcc",
Expand Down

0 comments on commit 52c8ef7

Please sign in to comment.