aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authorGuillaume Pasquet <dev@etenil.net>2020-03-14 16:53:10 +0000
committerGuillaume Pasquet <dev@etenil.net>2020-03-14 16:53:10 +0000
commit8c92d7c0aa1497e7d1a66cddcdacd04e43dba7f6 (patch)
treeffbfc495906fdb447074c1c1e3e4996432f83a14 /.vscode/launch.json
parent9d1de3f314a2f63a8f58e3ad2018c5a32472a67a (diff)
parent219e32ad793e66a3111465ef02f3eb677f70277d (diff)
Merge branch 'merge-viewport'
Diffstat (limited to '.vscode/launch.json')
-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