2022-03-23 05:26:25 +00:00
|
|
|
{
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Linux",
|
|
|
|
"includePath": ["${workspaceFolder}"],
|
2022-04-21 17:57:17 +00:00
|
|
|
"cStandard": "c11",
|
2022-03-23 05:26:25 +00:00
|
|
|
"intelliSenseMode": "linux-clang-x64",
|
|
|
|
"compilerPath": "/usr/bin/clang"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"version": 4
|
|
|
|
}
|