aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2022-02-20 14:21:59 +0100
committerSébastien Crozet <sebastien@crozet.re>2022-03-20 21:49:16 +0100
commit28cc19d104d986db54d8725e68189070bef31a8a (patch)
treea82eda017e7bf2f8715b10450bcabde841440af4 /.vscode
parent412fedf7e30d7d2c4136ee6f6d0818184a539658 (diff)
downloadrapier-28cc19d104d986db54d8725e68189070bef31a8a.tar.gz
rapier-28cc19d104d986db54d8725e68189070bef31a8a.tar.bz2
rapier-28cc19d104d986db54d8725e68189070bef31a8a.zip
Allow removing a rigid-body without auto-removing attached colliders
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/tasks.json5
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) ",