launch into DS directly (#21287)

This commit is contained in:
13spacemen
2024-01-30 01:10:44 +05:00
committed by GitHub
parent f53f8ed891
commit ef971f326e

2
.vscode/launch.json vendored
View File

@@ -7,7 +7,7 @@
"name": "Launch DreamSeeker",
"preLaunchTask": "Build All",
"dmb": "${workspaceFolder}/${command:CurrentDMB}",
"dreamDaemon": true
"dreamDaemon": false
}
]
}