Upon loading VSCode and our Unified Firmware, you may encounter an error that says "#include errors detected. Please update your includePath. Squiggles are disabled for this translation unit..." as seen here:
Sample "squiggles" error
TLDR; You can ignore these "errors", they are normal and not actual errors.
This error commonly occurs when loading Unified Firmware and/or VSCode for the first time. The error tends to resolve itself upon a successful first compile of the firmware.
VSCode uses a feature that attempts to follow the code from beginning to end to check for errors before you attempt to completely compile the code. This feature relies on having the compiler and firmware dependencies (things like programming libraries and languages) installed in order to function correctly.
When compiling firmware the first time, VSCode downloads the additional dependencies needed as specified in the firmware's back-end files before proceeding with the actual compile process. After these dependencies are successfully downloaded, VSCode can function correctly with the entire firmware package.