0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2025-01-26 12:00:21 +00:00
OI-codes/.vscode/settings.json

10 lines
189 B
JSON
Raw Normal View History

2020-08-01 14:18:49 +08:00
{
"files.associations": {
2020-08-04 01:12:02 +08:00
"iostream": "cpp",
"chrono": "cpp",
"random": "cpp",
"limits": "cpp",
2020-09-22 19:07:21 +08:00
"valarray": "cpp",
"cmath": "cpp"
2020-08-01 14:18:49 +08:00
}
}