From 9848a92fde2891177cc352064ae9e4ec1098277f Mon Sep 17 00:00:00 2001 From: Guillaume Pasquet Date: Sat, 14 Mar 2020 16:22:54 +0000 Subject: Make it work --- .vscode/launch.json | 1 + 1 file changed, 1 insertion(+) (limited to '.vscode') diff --git a/.vscode/launch.json b/.vscode/launch.json index e2e657d..981f449 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -22,6 +22,7 @@ "program": "${workspaceRoot}/target/debug/roguelike", "args": [], "cwd": "${workspaceRoot}", + "terminal": "external" } ] } \ No newline at end of file -- cgit v1.2.3