Files
DenyIP/.vscode/settings.json
2025-04-23 11:41:06 +08:00

16 lines
345 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"
}
}