Files
DenyIP/.vscode/settings.json
2025-04-24 10:01:18 +08:00

17 lines
379 B
JSON

{
"C_Cpp.errorSquiggles": "disabled",
"files.associations": {
"common.h": "c",
"prctl.h": "c",
"algorithm": "c",
"cstdlib": "c",
"libipset.h": "c",
"array": "c",
"cache.h": "c",
"errno.h": "c",
"stdlib.h": "c",
"string.h": "c",
"stat.h": "c",
"leak_detector_c.h": "c"
}
}