libfprint/.vscode/c_cpp_properties.json
2026-05-01 16:12:53 +00:00

16 lines
No EOL
393 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/run/current-system/sw/bin/clang",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "linux-clang-x64"
}
],
"version": 4
}