|
7 | 7 | {
|
8 | 8 | "type": "lldb",
|
9 | 9 | "request": "launch",
|
10 |
| - "name": "Debug unit tests in executable 'aoc'", |
| 10 | + "name": "Debug unit tests in executable 'advent_of_code'", |
11 | 11 | "cargo": {
|
12 |
| - "args": ["test", "--no-run", "--bin=aoc", "--package=aoc"], |
| 12 | + "args": ["test", "--no-run", "--bin=advent_of_code", "--package=advent_of_code"], |
13 | 13 | "filter": {
|
14 |
| - "name": "aoc", |
| 14 | + "name": "advent_of_code", |
15 | 15 | "kind": "bin"
|
16 | 16 | }
|
17 | 17 | },
|
|
21 | 21 | {
|
22 | 22 | "type": "lldb",
|
23 | 23 | "request": "launch",
|
24 |
| - "name": "Debug executable 'aoc'", |
| 24 | + "name": "Debug executable 'advent_of_code'", |
25 | 25 | "cargo": {
|
26 |
| - "args": ["build", "--bin=aoc", "--package=aoc"], |
| 26 | + "args": ["build", "--bin=advent_of_code", "--package=advent_of_code"], |
27 | 27 | "filter": {
|
28 |
| - "name": "aoc", |
| 28 | + "name": "advent_of_code", |
29 | 29 | "kind": "bin"
|
30 | 30 | }
|
31 | 31 | },
|
|
35 | 35 | {
|
36 | 36 | "type": "lldb",
|
37 | 37 | "request": "launch",
|
38 |
| - "name": "Debug unit tests in library 'aoc'", |
| 38 | + "name": "Debug unit tests in library 'advent_of_code'", |
39 | 39 | "cargo": {
|
40 |
| - "args": ["test", "--no-run", "--lib", "--package=aoc"], |
| 40 | + "args": ["test", "--no-run", "--lib", "--package=advent_of_code"], |
41 | 41 | "filter": {
|
42 |
| - "name": "aoc", |
| 42 | + "name": "advent_of_code", |
43 | 43 | "kind": "lib"
|
44 | 44 | }
|
45 | 45 | },
|
|
0 commit comments