firmament/.vscode/c_cpp_properties.json

17 lines
433 B
JSON
Raw Normal View History

2021-05-06 12:55:15 +09:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
// "${workspaceFolder}/**",
"/home/vscode/edk2/MdePkg/Include/**"
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"cStandard": "c11",
"cppStandard": "c++14",
"intelliSenseMode": "linux-clang-x64"
}
],
"version": 4
}