Files
http-server-in-c/.vscode/settings.json
2025-05-08 22:34:36 -04:00

11 lines
228 B
JSON

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