Files
aare/.vscode/c_cpp_properties.json
Bechir Braham a6ff0fc794 save work
2024-02-19 18:58:35 +01:00

20 lines
586 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/usr/include"
],
"defines": [],
"compilerPath": "/usr/bin/g++",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "linux-gcc-x64",
"configurationProvider": "ms-vscode.cmake-tools",
"compilerArgs": [],
"compileCommands": "/home/l_bechir/github/aare/build/compile_commands.json"
}
],
"version": 4
}