dragonfly/.vscode/c_cpp_properties.json
Roman Gershman a39d777b82
chore: minor clean ups before introducing ProvidedBuffers (#4709)
Making RedisParser::Buffer const, some minor changes in dragonfly_connection code.

No functionality is changed.

Signed-off-by: Roman Gershman <roman@dragonflydb.io>
2025-03-06 09:51:39 +02:00

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
}