mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 09:42:29 +00:00
adds a launch dreamseeker option to vsc (#59346)
This commit is contained in:
29
.vscode/launch.json
vendored
29
.vscode/launch.json
vendored
@@ -1,13 +1,20 @@
|
|||||||
{
|
{
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"type": "byond",
|
"type": "byond",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"name": "Launch DreamDaemon",
|
"name": "Launch DreamSeeker",
|
||||||
"preLaunchTask": "Build All",
|
"preLaunchTask": "Build All",
|
||||||
"dmb": "${workspaceFolder}/${command:CurrentDMB}",
|
"dmb": "${workspaceFolder}/${command:CurrentDMB}"
|
||||||
"dreamDaemon": true
|
},
|
||||||
}
|
{
|
||||||
]
|
"type": "byond",
|
||||||
|
"request": "launch",
|
||||||
|
"name": "Launch DreamDaemon",
|
||||||
|
"preLaunchTask": "Build All",
|
||||||
|
"dmb": "${workspaceFolder}/${command:CurrentDMB}",
|
||||||
|
"dreamDaemon": true
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user