SOEM/.vscode/settings.json

10 lines
190 B
JSON
Raw Normal View History

2024-01-12 17:14:29 +08:00
{
"files.associations": {
"time.h": "c",
"time_t.h": "c",
"struct_timeval.h": "c",
"features.h": "c",
2024-01-12 23:50:05 +08:00
"random": "c",
"logn.h": "c"
2024-01-12 17:14:29 +08:00
}
}