|
{
|
|
"configurations": [
|
|
{
|
|
"name": "windows-gcc-x64",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"C:/msys64/mingw64/include"
|
|
],
|
|
"compilerPath": "C:/msys64/mingw64/bin/gcc.exe",
|
|
"cStandard": "c11",
|
|
"cppStandard": "c++17",
|
|
"intelliSenseMode": "windows-gcc-x64"
|
|
}
|
|
],
|
|
"version": 4
|
|
}
|