chore: update the `Debug spec` command
This commit is contained in:
parent
8928e67f24
commit
02d82f6518
|
@ -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"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue