Files
Bubberstation/.vscode/launch.json
2021-01-18 07:42:54 +01:00

13 lines
242 B
JSON

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