0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-09-19 23:45:25 +00:00

[Add] VSCode

This commit is contained in:
Baoshuo Ren 2020-08-04 01:12:02 +08:00 committed by Baoshuo Ren
parent 53eb0f769b
commit 6a7508483b
Signed by: baoshuo
GPG Key ID: 70F90A673FB1AB68

View File

@ -1,5 +1,9 @@
{
"files.associations": {
"iostream": "cpp"
"iostream": "cpp",
"chrono": "cpp",
"random": "cpp",
"limits": "cpp",
"valarray": "cpp"
}
}