chore: update the `Debug spec` command

This commit is contained in:
Aire-One 2023-05-14 13:04:45 +02:00
parent 8928e67f24
commit 02d82f6518
1 changed files with 4 additions and 1 deletions

5
.vscode/launch.json vendored
View File

@ -18,7 +18,10 @@
"program": { "program": {
"command": "just" "command": "just"
}, },
"args": ["test"], "args": [
"test",
"_spec" // Adapt to the spec to debug
],
"scriptFiles": ["${workspaceFolder}/**/*.tl"] "scriptFiles": ["${workspaceFolder}/**/*.tl"]
} }
] ]