spo/.vscode/c_cpp_properties.json
2025-11-30 20:19:41 +01:00

15 lines
No EOL
327 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"cStandard": "c23",
"cppStandard": "c++23",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}