Skip to content
Snippets Groups Projects
Unverified Commit 8c0574e7 authored by tec's avatar tec
Browse files

Yea, per-editor stuff seems dodgy. It's in the git history if anyone

wants it.
parent 1be317fb
No related merge requests found
Pipeline #147 failed with stages
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "(gdb) Launch",
"type": "gdb",
"request": "launch",
"env": { "RUST_BACKTRACE": 1 },
"target": "${workspaceFolder}/target/debug/ucc-discord-bot",
"cwd": "${workspaceFolder}",
"gdbpath": "/home/tec/.cargo/bin/rust-gdb",
"arguments": ""
}
]
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment