0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-09-20 03:25:24 +00:00
OI-codes/.vscode/settings.json

9 lines
165 B
JSON
Raw Normal View History

2020-08-01 06:18:49 +00:00
{
"files.associations": {
2020-08-03 17:12:02 +00:00
"iostream": "cpp",
"chrono": "cpp",
"random": "cpp",
"limits": "cpp",
"valarray": "cpp"
2020-08-01 06:18:49 +00:00
}
}