Files
DenyIP/.vscode/settings.json
2024-10-16 11:07:13 +08:00

13 lines
277 B
JSON

{
"C_Cpp.errorSquiggles": "disabled",
"files.associations": {
"string.h": "c",
"stdlib.h": "c",
"ip2region.h": "c",
"common.h": "c",
"prctl.h": "c",
"resource.h": "c",
"wait.h": "c",
"stdio.h": "c"
}
}