Files
bibbank/.vscode/c_cpp_properties.json
2025-12-10 12:06:02 +01:00

32 lines
363 B
JSON

{
"configurations": [
{
"name": "Win64",
"intelliSenseMode": "gcc-x64",
"compilerPath": "C:/MinGW/bin/g++.exe",
"cStandard": "c11",
"cppStandard": "c++17",
"includePath": [
"${workspaceFolder}/**"
]
}
],
"version": 4
}