Files
Vektor/.vscode/c_cpp_properties.json
2026-03-04 02:08:16 +07:00

19 lines
486 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c17",
"cppStandard": "gnu++17",
"intelliSenseMode": "linux-gcc-x64",
"compileCommands": [
"${workspaceFolder}/build/compile_commands.json"
]
}
],
"version": 4
}