Files
http-server-in-c/.vscode/settings.json
2025-05-08 21:31:43 -04:00

10 lines
200 B
JSON

{
"files.associations": {
"string.h": "c",
"types.h": "c",
"random": "c",
"request_handler.h": "c",
"response_builder.h": "c",
"time.h": "c"
}
}