src.nth.io/

summaryrefslogtreecommitdiff
path: root/.vscode/c_cpp_properties.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/c_cpp_properties.json')
-rw-r--r--.vscode/c_cpp_properties.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
index 7492318..9033567 100644
--- a/.vscode/c_cpp_properties.json
+++ b/.vscode/c_cpp_properties.json
@@ -2,14 +2,13 @@
"configurations": [
{
"name": "ESP-IDF",
- "compilerPath": "${default}",
"cStandard": "c11",
"cppStandard": "c++17",
- "intelliSenseMode": "macos-clang-x64",
+ "intelliSenseMode": "macos-gcc-x64",
"compileCommands": "${workspaceFolder}/build/compile_commands.json",
"includePath": [
"${config:idf.espIdfPath}/components/**",
- "${config:idf.espIdfPathWin}/components/**",
+ "${config:idf.espIdfPath}/../esp-homekit-sdk/components/**",
"${workspaceFolder}/**"
],
"macFrameworkPath": [
@@ -18,7 +17,7 @@
"browse": {
"path": [
"${config:idf.espIdfPath}/components",
- "${config:idf.espIdfPathWin}/components",
+ "${config:idf.espIdfPath}/../esp-homekit-sdk/components",
"${workspaceFolder}"
],
"limitSymbolsToIncludedHeaders": false