webserver/.vscode/c_cpp_properties.json
2025-05-06 21:37:17 +08:00

13 lines
259 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}