Fix include path

This commit is contained in:
2021-05-06 12:55:15 +09:00
parent 2ec19b0f50
commit 3cf01ebbfd
+17
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
}