[Redis] Vs Code mac setup issue? C++

Checklist:

  1. :white_check_mark: or :x:: I’ve uncommented the code.
  2. :white_check_mark: or :x:: I’ve saved the changes.
  3. :white_check_mark: or :x:: I’ve run the git commands:
git commit -am "[seeking help on forum]"
git push origin master

Here’s a screenshot showing the output from running the Git commands:

{
    "configurations": [
        {
            "name": "Mac",
            "includePath": [
                "${workspaceFolder}/**",
                "/usr/local/include",
                "/Library/Developer/CommandLineTools/usr/include/c++/v1"
            ],
            "defines": [],
            "macFrameworkPath": [
                "/System/Library/Frameworks",
                "/Library/Frameworks"
            ],
            "compilerPath": "/usr/bin/clang",
            "cStandard": "c17",
            "cppStandard": "c++17",
            "intelliSenseMode": "macos-clang-arm64"
        }
    ],
    "version": 4
}

The red squigglies are not going away…

I’ll take a look and try to get back to you by early next week.

Sorry for the delayed response!

You can find more details here on how to help VS Code locate system headers: