Update vscode includePath
This commit is contained in:
parent
e8b0d6974d
commit
cfa53dd694
|
@ -5,7 +5,8 @@
|
|||
"includePath": [
|
||||
"/usr/include",
|
||||
"/usr/local/include",
|
||||
"${workspaceRoot}"
|
||||
"${workspaceRoot}",
|
||||
"${workspaceRoot}/libretro-common/include"
|
||||
],
|
||||
"defines": [],
|
||||
"intelliSenseMode": "clang-x64",
|
||||
|
|
Loading…
Reference in New Issue