CCF/.vscode/c_cpp_properties.json

9 строки
180 B
JSON

{
"configurations": [
{
"name": "Linux",
"compileCommands": "${workspaceFolder}/build/compile_commands.json"
}
],
"version": 4
}