diff options
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/tasks.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json index de94b50..c445107 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -2,6 +2,11 @@ // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "2.0.0", + "options": { + "env": { + "RUST_BACKTRACE": "1" + } + }, "tasks": [ { "label": "run 3d (no-simd - release) ", |
