Fix classes and add instance info

This commit is contained in:
2025-08-12 00:18:58 -05:00
parent 92d65771c1
commit 52218d6c2d
4 changed files with 80 additions and 3 deletions

View File

@@ -75,7 +75,14 @@
"thread": "cpp",
"bitset": "cpp",
"regex": "cpp",
"cstdbool": "cpp"
"cstdbool": "cpp",
"complex": "cpp",
"set": "cpp",
"unordered_set": "cpp",
"future": "cpp",
"queue": "cpp",
"stack": "cpp",
"stdfloat": "cpp"
},
"clangd.fallbackFlags": [
"-Iinclude"