2020-10-20 12:39:19 +00:00
|
|
|
{
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Linux",
|
|
|
|
"includePath": [
|
2021-10-04 14:46:40 +00:00
|
|
|
"${workspaceFolder}/**",
|
|
|
|
"${workspaceFolder}/deps/lua/src",
|
|
|
|
"${workspaceFolder}/deps/hiredis",
|
|
|
|
"${workspaceFolder}/deps/jemalloc/src",
|
|
|
|
"${workspaceFolder}/deps/linenoise"
|
2020-10-20 12:39:19 +00:00
|
|
|
],
|
|
|
|
"defines": [],
|
|
|
|
"compilerPath": "/usr/bin/clang",
|
|
|
|
"cStandard": "c11",
|
|
|
|
"cppStandard": "c++14",
|
|
|
|
"intelliSenseMode": "clang-x64"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"version": 4
|
|
|
|
}
|