{ "configurations": [ { "name": "Linux", "includePath": [ "${workspaceFolder}/**" ], "defines": [ "EFI_PROD_CODE", "EFI_SIMULATOR" ], "compilerPath": "/usr/bin/clang", "cStandard": "c17", "intelliSenseMode": "linux-clang-x64" } ], "version": 4 }