fome-fw/.vscode/c_cpp_properties.json

18 lines
384 B
JSON

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