23 lines
529 B
JSON
23 lines
529 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "GCC",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE"
|
|
],
|
|
"compilerPath": "/usr/bin/gcc",
|
|
"cStandard": "c89",
|
|
"cppStandard": "c++17",
|
|
"intelliSenseMode": "gcc-x64",
|
|
"compilerArgs": [
|
|
"-pedantic"
|
|
]
|
|
}
|
|
],
|
|
"version": 4
|
|
} |