leetcode/.vscode/c_cpp_properties.json
2025-05-21 14:26:13 +03:00

19 lines
375 B
JSON

{
"configurations": [
{
"name": "linux-gcc-x64",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "${default}",
"cppStandard": "${default}",
"intelliSenseMode": "linux-gcc-x64",
"compilerArgs": [
"-std=c++20"
]
}
],
"version": 4
}