15 lines
No EOL
294 B
JSON
15 lines
No EOL
294 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"${env:C_INCLUDE_PATH}"
|
|
],
|
|
"defines": [],
|
|
"cStandard": "c11",
|
|
"intelliSenseMode": "linux-gcc-x64"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |