libfprint/.vscode/c_cpp_properties.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
664 B
JSON
Raw Normal View History

2024-11-17 13:09:26 +01:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
2024-11-24 17:50:11 +01:00
"${workspaceFolder}/**",
"/nix/store/ipqijizc7rqsxifxc6ky16hr5l0hpls2-glib-2.82.1/lib",
"/nix/store/1hhi03gg5jdb2fa5gb9ncklziczax741-glib-2.82.1-dev/include/glib-2.0",
"/nix/store/ipqijizc7rqsxifxc6ky16hr5l0hpls2-glib-2.82.1/lib/glib-2.0/include"
2024-11-17 13:09:26 +01:00
],
"defines": [],
"compilerPath": "/run/current-system/sw/bin/clang",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "linux-clang-x64"
}
],
"version": 4
}