Files
S.P.L.U.R.T-Station-13/.vscode/launch.json
2021-12-12 16:12:11 -03:00

14 lines
267 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "byond",
"request": "launch",
"name": "Launch DreamSeeker",
"preLaunchTask": "Build All",
"dmb": "${workspaceFolder}/${command:CurrentDMB}",
"dreamDaemon": false
}
]
}