Checklist:
or
: I’ve uncommented the code.
or
: I’ve saved the changes.
or
: 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…