1                 // Configure cpptools IntelliSense
   2                 "C_Cpp.intelliSenseCachePath": "{{OUTPUTDIR}}/.vscode",
   3                 "C_Cpp.default.compileCommands": "{{OUTPUTDIR}}/compile_commands.json",
   4                 "C_Cpp.default.cppStandard": "c++03",
   5                 "C_Cpp.default.compilerPath": "{{COMPILER}}",