Started to fix some runtime bugs.

This commit is contained in:
2023-05-08 20:54:24 -04:00
parent 59042a162c
commit d00de42969
14 changed files with 298 additions and 42 deletions

View File

@ -18,5 +18,6 @@
"algorithm": "cpp",
"limits": "cpp"
},
"C_Cpp.intelliSenseEngineFallback": "disabled"
"C_Cpp.intelliSenseEngineFallback": "disabled",
"mesonbuild.configureOnOpen": true
}