Code: Select all
struct time t ={
. //and use the intelligence
};
Is there some setup in config that helps to fix this?
I am attaching a screenshot : My config file is :
Code: Select all
{
"configurations": [
{
"name": "ESP-IDF",
"compilerPath": "/Users/kyrpav/.espressif/tools/xtensa-esp32-elf/esp-2021r1-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc",
"cStandard": "c11",
"cppStandard": "c++17",
"compileCommands": "${workspaceFolder}/build/compile_commands.json",
"includePath": [
"${config:idf.espIdfPath}/components/",
"${config:idf.espIdfPath}/components/**",
"${config:idf.espIdfPathWin}/components/**",
"${config:idf.espIdfPath}/components/driver/include",
"${workspaceFolder}/**"
],
"browse": {
"path": [
"${config:idf.espIdfPath}/components/",
"${config:idf.espIdfPath}/components/**",
"${config:idf.espIdfPathWin}/components/**",
"${config:idf.espIdfPath}/components/driver/include",
"${workspaceFolder}/**"
],
"limitSymbolsToIncludedHeaders": true
},
"intelliSenseMode": "macos-clang-x64"
}
],
"version": 4
}