mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
27 lines
568 B
JSON
27 lines
568 B
JSON
{
|
|
"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}"
|
|
}
|
|
]
|
|
}
|