diff options
Diffstat (limited to '.vscode/c_cpp_properties.json')
| -rw-r--r-- | .vscode/c_cpp_properties.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 9033567..516e65a 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -5,7 +5,6 @@ "cStandard": "c11", "cppStandard": "c++17", "intelliSenseMode": "macos-gcc-x64", - "compileCommands": "${workspaceFolder}/build/compile_commands.json", "includePath": [ "${config:idf.espIdfPath}/components/**", "${config:idf.espIdfPath}/../esp-homekit-sdk/components/**", |
