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

10 lines
189 B
JSON

{
"files.associations": {
"iostream": "cpp",
"chrono": "cpp",
"random": "cpp",
"limits": "cpp",
"valarray": "cpp",
"cmath": "cpp"
}
}