This commit is contained in:
2021-09-01 17:49:13 +03:00
parent b6737bce40
commit 61278804b3
3 changed files with 10 additions and 1 deletions

8
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
"files.associations": {
"*.qs": "javascript",
"*.tcc": "cpp",
"unordered_map": "cpp",
"vector": "cpp"
}
}