Adds DreamDaemon equivalent for absolute minimum launch task (#93736)

## About The Pull Request

Title

## Why It's Good For The Game

Want to use absolute minimum flag but don't want the server to close
when I exit dreamseeker

## Changelog

N/A
This commit is contained in:
Roxy
2025-11-02 20:30:30 -05:00
committed by GitHub
parent f89fc08ce2
commit d4643c2299

8
.vscode/launch.json vendored
View File

@@ -59,6 +59,14 @@
"dmb": "${workspaceFolder}/${command:CurrentDMB}",
"dreamDaemon": true
},
{
"type": "byond",
"request": "launch",
"name": "Launch DreamDaemon (absolute minimum)",
"preLaunchTask": "Build All (absolute minimum)",
"dmb": "${workspaceFolder}/${command:CurrentDMB}",
"dreamDaemon": true
},
{
"type": "byond",
"request": "launch",