kind of fixed the lobby

This commit is contained in:
2025-03-26 22:33:57 +01:00
parent 8b37af48b1
commit bd7a102d3d
6 changed files with 10 additions and 23 deletions

View File

@@ -70,7 +70,9 @@
"thread": "cpp",
"cinttypes": "cpp",
"typeinfo": "cpp",
"variant": "cpp"
"variant": "cpp",
"condition_variable": "cpp",
"mutex": "cpp"
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"