Squashed commit of the following:

- auto game restart after killing game thread
    - detect_leaks 0 for dap
    - excludes to backup
    - fixed typo "suff"
    - another one
    - added new mime
    - added serv sync script
    - unset qt theme for mumble
    - switched to printf on kaomoji-picker
    - moved stuff from wayland to hyprland
    - keybind to kill GameThread
This commit is contained in:
2025-12-12 22:57:51 -06:00
parent 4cd0854592
commit 5c4872f306
10 changed files with 17 additions and 7 deletions

View File

@@ -59,6 +59,9 @@ if ok then
end,
cwd = '${workspaceFolder}',
stopOnEntry = false,
env = {
ASAN_OPTIONS = "detect_leaks=0"
},
},
}