18 lines
344 B
JSON
18 lines
344 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "linux-gcc-x64",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"compilerPath": "/usr/bin/gcc",
|
|
"cStandard": "${default}",
|
|
"cppStandard": "${default}",
|
|
"intelliSenseMode": "linux-gcc-x64",
|
|
"compilerArgs": [
|
|
""
|
|
]
|
|
}
|
|
],
|
|
"version": 4
|
|
} |