This commit is contained in:
yggdrasil75
2025-11-09 17:10:32 -05:00
parent 8244d11a68
commit 0abe373959
4 changed files with 298 additions and 109 deletions

18
.vscode/settings.json vendored
View File

@@ -68,7 +68,23 @@
"xstring": "cpp",
"xtr1common": "cpp",
"xtree": "cpp",
"xutility": "cpp"
"xutility": "cpp",
"bitset": "cpp",
"codecvt": "cpp",
"condition_variable": "cpp",
"cstdarg": "cpp",
"cwctype": "cpp",
"deque": "cpp",
"memory_resource": "cpp",
"numeric": "cpp",
"string_view": "cpp",
"mutex": "cpp",
"numbers": "cpp",
"semaphore": "cpp",
"span": "cpp",
"cinttypes": "cpp",
"variant": "cpp",
"__nullptr": "cpp"
},
"files.exclude": {
"**/*.rpyc": true,