mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 07:46:20 +00:00
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:
8
.vscode/launch.json
vendored
8
.vscode/launch.json
vendored
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user