Files
MinimalQml/.vscode/c_cpp_properties.json
2023-08-04 16:51:03 -07:00

16 lines
374 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"cStandard": "c17",
"cppStandard": "c++14",
"intelliSenseMode": "linux-gcc-x64",
"compilerPath": "/usr/bin/g++-11"
}
],
"version": 4
}