19 lines
364 B
JSON
19 lines
364 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"intelliSenseMode": "gcc-x64",
|
|
"includePath": [
|
|
"${workspaceFolder}/include"
|
|
],
|
|
"defines": [
|
|
"SPDLOG_FMT_EXTERNAL"
|
|
],
|
|
"forcedInclude": [],
|
|
"compilerPath": "/usr/bin/gcc",
|
|
"cStandard": "c11",
|
|
"cppStandard": "c++17"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |