0
0
mirror of https://github.com/yude/firmament synced 2024-06-09 23:36:01 +09:00
firmament/.vscode/c_cpp_properties.json

17 lines
433 B
JSON
Raw Permalink 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
}