aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2022-03-27 19:17:57 +0200
committerSébastien Crozet <sebastien@crozet.re>2022-03-27 19:28:42 +0200
commit7efcff615e821d97957fe813d066567117c8e999 (patch)
tree22f52986031c04077d4fede676e740133b05ae52 /.vscode
parent0ac35e12a7ed8699181550ec1a255917e736e7a4 (diff)
downloadrapier-7efcff615e821d97957fe813d066567117c8e999.tar.gz
rapier-7efcff615e821d97957fe813d066567117c8e999.tar.bz2
rapier-7efcff615e821d97957fe813d066567117c8e999.zip
Fix broad-phase becomming potentially invalid after collision group change
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/tasks.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index bd57b38..d103f97 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -260,6 +260,21 @@
"group": "build"
},
{
+ "label": "🪲 debug 3d − 💌 deterministic",
+ "type": "shell",
+ "command": "cargo",
+ "args": [
+ "run",
+ "--bin",
+ "all_examples3",
+ "--features",
+ "enhanced-determinism",
+ "--",
+ "--pause"
+ ],
+ "group": "build"
+ },
+ {
"label": "🛠 tests",
"type": "shell",
"command": "cargo",