mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
Making RedisParser::Buffer const, some minor changes in dragonfly_connection code. No functionality is changed. Signed-off-by: Roman Gershman <roman@dragonflydb.io>
16 lines
364 B
JSON
16 lines
364 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${default}"
|
|
],
|
|
"cStandard": "c17",
|
|
"cppStandard": "c++17",
|
|
"intelliSenseMode": "${default}",
|
|
"compileCommands": "${workspaceFolder}/build-dbg/compile_commands.json",
|
|
"configurationProvider": "ms-vscode.cmake-tools"
|
|
}
|
|
],
|
|
"version": 4
|
|
}
|