mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 10:11:09 +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}",
|
"dmb": "${workspaceFolder}/${command:CurrentDMB}",
|
||||||
"dreamDaemon": true
|
"dreamDaemon": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "byond",
|
||||||
|
"request": "launch",
|
||||||
|
"name": "Launch DreamDaemon (absolute minimum)",
|
||||||
|
"preLaunchTask": "Build All (absolute minimum)",
|
||||||
|
"dmb": "${workspaceFolder}/${command:CurrentDMB}",
|
||||||
|
"dreamDaemon": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "byond",
|
"type": "byond",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
|
|||||||
Reference in New Issue
Block a user