aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorGuillaume Pasquet <dev@etenil.net>2020-03-14 16:22:54 +0000
committerGuillaume Pasquet <dev@etenil.net>2020-03-14 16:22:54 +0000
commit9848a92fde2891177cc352064ae9e4ec1098277f (patch)
tree4ca2441b86f326fee4d5494a1f577d48b3735211 /.vscode
parent49ca52844b0fa74bcd92018ef313923e9f355632 (diff)
Make it work
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json1
1 files changed, 1 insertions, 0 deletions
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