chore(vscode): update include path for project

This commit is contained in:
Jeremy Attali 2020-05-24 14:40:53 -04:00
parent ec6e6abae7
commit 099634b9da

View File

@ -9,7 +9,15 @@
"intelliSenseMode": "clang-x64",
"compileCommands": "${workspaceFolder}/build/compile_commands.json",
"compilerArgs": ["build"],
"includePath": []
"includePath": [
"/usr/include/cairo/",
"/usr/include/gdk-pixbuf-2.0/",
"/usr/include/gio-unix-2.0/",
"/usr/include/glib-2.0/",
"/usr/include/gtk-3.0/",
"/usr/include/pango-1.0/",
"/usr/lib/clang/10.0.0/include/"
]
}
],
"version": 4