mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-02 18:01:03 +01:00
11d527c819
* WIP AND BROKEN - Rust HTTP Stuff * this mostly works * TM ready??? * Build Rust library * handle failed requests properly * Build Rust library * Build Rust library * Remove TM stuff --------- Co-authored-by: Chuga <98280110+chuga-git@users.noreply.github.com> Co-authored-by: paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com>
33 lines
685 B
JSON
33 lines
685 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "byond",
|
|
"request": "launch",
|
|
"name": "Build & DS Debug",
|
|
"preLaunchTask": "dm: build - ${command:CurrentDME}",
|
|
"dmb": "${workspaceFolder}/${command:CurrentDMB}"
|
|
},
|
|
{
|
|
"type": "byond",
|
|
"request": "launch",
|
|
"name": "Build & DD Debug",
|
|
"preLaunchTask": "dm: build - ${command:CurrentDME}",
|
|
"dmb": "${workspaceFolder}/${command:CurrentDMB}",
|
|
"dreamDaemon": true
|
|
},
|
|
{
|
|
"type": "byond",
|
|
"request": "launch",
|
|
"name": "DS Debug",
|
|
"dmb": "${workspaceFolder}/${command:CurrentDMB}"
|
|
},
|
|
{
|
|
"type": "cppvsdbg",
|
|
"request": "attach",
|
|
"name": "Rust Attach",
|
|
"processId": "${command:pickProcess}"
|
|
}
|
|
]
|
|
}
|