{ "version": "0.2.0", "configurations": [ { "type": "byond", "request": "launch", "name": "Launch DreamSeeker", "preLaunchTask": "dm: build - ${command:CurrentDME}", "dmb": "${workspaceFolder}/${command:CurrentDMB}" }, { "type": "byond", "request": "launch", "name": "Launch DreamDaemon", "preLaunchTask": "dm: build - ${command:CurrentDME}", "dmb": "${workspaceFolder}/${command:CurrentDMB}", "dreamDaemon": true }, ] }