2022-05-09 13:46:42 +00:00
|
|
|
{
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Linux",
|
|
|
|
"includePath": [
|
2022-05-14 01:44:14 +00:00
|
|
|
"${workspaceFolder}/include/**"
|
2022-05-09 13:46:42 +00:00
|
|
|
],
|
|
|
|
"defines": [],
|
|
|
|
"compilerPath": "/usr/bin/clang",
|
|
|
|
"cStandard": "c17",
|
|
|
|
"cppStandard": "c++14",
|
|
|
|
"intelliSenseMode": "linux-clang-x64"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"version": 4
|
|
|
|
}
|