mcc/.vscode/c_cpp_properties.json

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
}