mcc/.vscode/c_cpp_properties.json
2026-03-07 10:02:55 +01:00

14 lines
No EOL
255 B
JSON

{
"configurations": [
{
"name": "Win32",
"compilerPath": "D:/MinGW/bin/g++.exe",
"intelliSenseMode": "windows-gcc-x64",
"includePath": [
"${workspaceFolder}/**"
],
"defines": []
}
],
"version": 4
}