Linux/.vscode/settings.json

7 lines
108 B
JSON
Raw Normal View History

2025-05-27 16:41:18 +08:00
{
"files.associations": {
"types.h": "c",
"stat.h": "c",
"unistd.h": "c"
}
}