If you load the Strategy folder as a workspace in VSCode then inside the stragety folder locate a settings.json file and then ensure the contents of the file are the following

Code

{
    "C_Cpp.errorSquiggles": "Disabled"
}



Since we are not using the VSCode compiler to compile Lite-C the syntax errors do not matter at least in VSCode.