Fix include path

This commit is contained in:
yude 2021-05-06 12:55:15 +09:00
parent 2ec19b0f50
commit 3cf01ebbfd
Signed by: yude
GPG Key ID: EB0FE5D925C4A968
1 changed files with 17 additions and 0 deletions

17
.vscode/c_cpp_properties.json vendored Normal file
View File

@ -0,0 +1,17 @@
{
"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
}