diff --git a/.vscode/launch.json b/.vscode/launch.json index b59a40d1e68..b74e0acda04 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,13 +1,20 @@ { - "version": "0.2.0", - "configurations": [ - { - "type": "byond", - "request": "launch", - "name": "Launch DreamDaemon", - "preLaunchTask": "Build All", - "dmb": "${workspaceFolder}/${command:CurrentDMB}", - "dreamDaemon": true - } - ] + "version": "0.2.0", + "configurations": [ + { + "type": "byond", + "request": "launch", + "name": "Launch DreamSeeker", + "preLaunchTask": "Build All", + "dmb": "${workspaceFolder}/${command:CurrentDMB}" + }, + { + "type": "byond", + "request": "launch", + "name": "Launch DreamDaemon", + "preLaunchTask": "Build All", + "dmb": "${workspaceFolder}/${command:CurrentDMB}", + "dreamDaemon": true + } + ] }