chore: vscode config

This commit is contained in:
2025-10-14 20:58:20 +02:00
parent 0cf21248f6
commit 3fce829eca

10
.vscode/settings.json vendored
View File

@ -61,6 +61,14 @@
"typeindex": "cpp",
"ranges": "cpp",
"list": "cpp",
"unordered_set": "cpp"
"unordered_set": "cpp",
"bitset": "cpp",
"condition_variable": "cpp",
"map": "cpp",
"set": "cpp",
"regex": "cpp",
"semaphore": "cpp",
"shared_mutex": "cpp",
"stop_token": "cpp"
}
}