image_management_api/.vscode/c_cpp_properties.json
2025-05-23 21:30:52 +02:00

18 lines
359 B
JSON

{
"configurations": [
{
"name": "windows-gcc-x64",
"includePath": [
"${workspaceFolder}/**"
],
"compilerPath": "f:/msys64/ucrt64/bin/gcc.exe",
"cStandard": "${default}",
"cppStandard": "c++17",
"intelliSenseMode": "windows-gcc-x64",
"compilerArgs": [
""
]
}
],
"version": 4
}