Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
UCC
Discord Bot
Commits
8c0574e7
Unverified
Commit
8c0574e7
authored
Feb 04, 2020
by
tec
Browse files
Yea, per-editor stuff seems dodgy. It's in the git history if anyone
wants it.
parent
1be317fb
Pipeline
#147
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.vscode/launch.json
deleted
100644 → 0
View file @
1be317fb
{
//
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"
:
""
}
]
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment