Commit b43eff7
authored
Fix generated script for vscode debug tasks (#3769)
This is about the tool to debug rust targets in VS Code.
When generating the script used in `launch.json`, `stdout` is captured
instead of `stderr`. This results in an error when running the task in
VS Code (`IndexError: list index out of range`) then in another error
from lldb as no target has been registered.1 parent cdaf15f commit b43eff7
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
277 | | - | |
| 276 | + | |
| 277 | + | |
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
| |||
0 commit comments