Files
data-structures-and-algorithms/.vscode/c_cpp_properties.json
T
2024-09-25 21:39:26 +08:00

16 lines
373 B
JSON

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