22 lines
522 B
JSON
22 lines
522 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [],
|
|
"compilerPath": "/usr/bin/gcc",
|
|
"cStandard": "c17",
|
|
"cppStandard": "c++20",
|
|
"intelliSenseMode": "linux-gcc-x86",
|
|
"compilerArgs": [
|
|
"-Wall",
|
|
"-Weffc++",
|
|
"-Wextra",
|
|
"-Werror"
|
|
]
|
|
}
|
|
],
|
|
"version": 4
|
|
} |