13 lines
242 B
JSON
13 lines
242 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "byond",
|
|
"request": "launch",
|
|
"name": "Launch DreamSeeker",
|
|
"preLaunchTask": "Build All",
|
|
"dmb": "${workspaceFolder}/${command:CurrentDMB}"
|
|
}
|
|
]
|
|
}
|