Files
GS13NG/.vscode/launch.json
silicons 6ac964b35a e
2021-05-06 01:52:35 -07: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}"
}
]
}