mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
15 lines
371 B
JSON
15 lines
371 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Linux",
|
||
|
"includePath": [
|
||
|
"${default}"
|
||
|
],
|
||
|
"cStandard": "c17",
|
||
|
"cppStandard": "c++17",
|
||
|
"intelliSenseMode": "${default}",
|
||
|
"compileCommands": "${workspaceFolder}/build-dbg/compile_commands.json"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|