22 lines
604 B
JSON
22 lines
604 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Win32",
|
|
"includePath": [
|
|
// "${workspaceFolder}/**",
|
|
"C:/ProgramData/mingw64/mingw64/include",
|
|
"C:/ProgramData/mingw64/mingw64/x86_64-w64-mingw32/include"
|
|
],
|
|
"defines": [],
|
|
"compilerPath": "gcc",
|
|
"intelliSenseMode": "windows-gcc-x64",
|
|
"cStandard": "c99",
|
|
"cppStandard": "c++17"
|
|
// "browse": {
|
|
// "limitSymbolsToIncludedHeaders": true
|
|
// }
|
|
}
|
|
],
|
|
"version": 4
|
|
}
|