Files
DenyIP/.vscode/settings.json
2024-10-29 10:44:13 +08:00

10 lines
202 B
JSON

{
"C_Cpp.errorSquiggles": "disabled",
"files.associations": {
"common.h": "c",
"prctl.h": "c",
"algorithm": "c",
"cstdlib": "c",
"libipset.h": "c"
}
}