Files
DenyIP/.vscode/settings.json
2025-01-21 17:06:12 +08:00

15 lines
322 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"
}
}