From aa7558f38d5a2edac695919e02857635746d6596 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Mon, 8 Mar 2021 18:17:29 -0600 Subject: Changed to intercom --- .vscode/c_cpp_properties.json | 7 +++---- .vscode/settings.json | 12 ++++++++---- 2 files changed, 11 insertions(+), 8 deletions(-) (limited to '.vscode') 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 diff --git a/.vscode/settings.json b/.vscode/settings.json index be2aa7d..8ccd8ea 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { "C_Cpp.clang_format_style": "Visual Studio", - "editor.formatOnSave": false, + "editor.formatOnSave": true, "[cpp]": { "editor.quickSuggestions": true }, @@ -9,6 +9,10 @@ }, "C_Cpp.intelliSenseEngine": "Tag Parser", "files.associations": { - "stdio.h": "c" - } -} + "stdio.h": "c", + "hap.h": "c", + "freertos.h": "c" + }, + "git.ignoreLimitWarning": true, + "cmake.configureOnOpen": false +} \ No newline at end of file -- cgit v1.2.3