webserver/.vscode/c_cpp_properties.json

13 lines
259 B
JSON
Raw Normal View History

2025-05-06 21:37:17 +08:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}