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