dragonfly/.vscode/c_cpp_properties.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
}