From c3cea3635f8b72a556a31a953787eb67566bfd50 Mon Sep 17 00:00:00 2001 From: Simon Renger Date: Sun, 5 Sep 2021 18:58:20 +0200 Subject: [PATCH] enabled debugging in vs code see https://github.com/bevyengine/bevy/issues/810 https://github.com/ostwilkens/bevy/commit/6e9271b91a045f319a13a7cf360de94dbc996c6a --- .vscode/launch.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 50d29d3..bf2e2d8 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -18,7 +18,10 @@ "value": "1" } ], - "console": "externalTerminal" + "console": "externalTerminal", + "env": { + "CARGO_MANIFEST_DIR": "${workspaceFolder}" + } } ] } \ No newline at end of file