S2OJ/.vscode/c_cpp_properties.json

16 lines
371 B
JSON
Raw Normal View History

2022-11-06 02:26:21 +00:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}