Linux/.vscode/settings.json
2025-05-27 16:41:18 +08:00

7 lines
108 B
JSON

{
"files.associations": {
"types.h": "c",
"stat.h": "c",
"unistd.h": "c"
}
}