Update launch.json (#26036)

Signed-off-by: Faron  <171642577+FaronCD@users.noreply.github.com>
This commit is contained in:
Faron
2024-07-26 14:30:03 +00:00
committed by GitHub
parent 13404f9f39
commit 5cb15f6247
+13 -5
View File
@@ -1,18 +1,26 @@
{
"version": "0.2.0",
"configurations": [
{
{
"type": "byond",
"request": "launch",
"name": "Build & DS Debug",
"preLaunchTask": "dm: build - ${command:CurrentDME}",
"dmb": "${workspaceFolder}/${command:CurrentDMB}"
},
{
},
{
"type": "byond",
"request": "launch",
"name": "Build & DD Debug",
"preLaunchTask": "dm: build - ${command:CurrentDME}",
"dmb": "${workspaceFolder}/${command:CurrentDMB}",
"dreamDaemon": true
},
{
"type": "byond",
"request": "launch",
"name": "DS Debug",
"dmb": "${workspaceFolder}/${command:CurrentDMB}"
}
}
]
}
}