Files
DBService/param/.vscode/c_cpp_properties.json
T
2026-07-09 11:27:59 +08:00

19 lines
460 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/../common",
"${workspaceFolder}/**"
],
"defines": [
"_SERVER"
],
"cStandard": "c11",
"cppStandard": "gnu++14",
"intelliSenseMode": "linux-gcc-x64",
"compilerPath": "/usr/bin/gcc"
}
],
"version": 4
}