mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-15 23:08:55 +00:00
Change youmubot-osu into a library
This commit is contained in:
parent
d9fbfe446c
commit
efcf062e8f
1 changed files with 3 additions and 21 deletions
24
.vscode/launch.json
vendored
24
.vscode/launch.json
vendored
|
@ -7,35 +7,17 @@
|
|||
{
|
||||
"type": "lldb",
|
||||
"request": "launch",
|
||||
"name": "Debug executable 'youmubot-osu'",
|
||||
"cargo": {
|
||||
"args": [
|
||||
"build",
|
||||
"--bin=youmubot-osu",
|
||||
"--package=youmubot-osu"
|
||||
],
|
||||
"filter": {
|
||||
"name": "youmubot-osu",
|
||||
"kind": "bin"
|
||||
}
|
||||
},
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}"
|
||||
},
|
||||
{
|
||||
"type": "lldb",
|
||||
"request": "launch",
|
||||
"name": "Debug unit tests in executable 'youmubot-osu'",
|
||||
"name": "Debug unit tests in library 'youmubot-osu'",
|
||||
"cargo": {
|
||||
"args": [
|
||||
"test",
|
||||
"--no-run",
|
||||
"--bin=youmubot-osu",
|
||||
"--lib",
|
||||
"--package=youmubot-osu"
|
||||
],
|
||||
"filter": {
|
||||
"name": "youmubot-osu",
|
||||
"kind": "bin"
|
||||
"kind": "lib"
|
||||
}
|
||||
},
|
||||
"args": [],
|
||||
|
|
Loading…
Add table
Reference in a new issue