Files
QutieFM/.vscode/c_cpp_properties.json
2024-06-26 11:06:09 +02:00

14 lines
296 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${default}"
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"intelliSenseMode": "linux-clang-x64"
}
],
"version": 4
}