Hi:
I set up a fresh install of the NRF Connect Extension Pack in VS Code on my MacBook Air M4 and was able to build and flash the Blinky demo to my nRF52840DK. The issue I encountered was that Intellisense is only partially working. I can jump into Zephyr code such as the struct definition for gpio_dt_spec or the macro expansion of GPIO_DT_SPEC_GET, but I see red squiggles for C standard library header includes, as well as Zephyr-related includes. The caveat is that the Zephyr-related includes are being found by Intellisense, but the C standard library headers that they depend on are not, which is why the squiggles are appearing. Here are a couple screenshots of what I'm talking about:



I've gone through the steps outline in this post to no avail: Intellisense doesn't work
This isn't blocking anything as everything is compiling, but the squiggles do bug me. It's more of an annoyance than a functional problem.
I'd appreciate any guidance on this issue, thanks!