We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a50047a commit 36608dbCopy full SHA for 36608db
.vscode/launch.json
@@ -12,8 +12,10 @@
12
"args": [
13
"test",
14
"--no-run",
15
- // replace `01` here with the solution you like to debug.
16
- "--bin=01",
+ // replace with binary name (e.g. "01") here if you always
+ // want to debug one file regardless of the active file in
17
+ // the editor.
18
+ "--bin=${fileBasenameNoExtension}",
19
"--package=advent_of_code"
20
],
21
},
@@ -27,8 +29,10 @@
27
29
"cargo": {
28
30
31
"build",
32
33
34
+ // the editor
35
36
37
38
0 commit comments