diff options
author | Guillaume Pasquet <dev@etenil.net> | 2020-03-14 16:53:10 +0000 |
---|---|---|
committer | Guillaume Pasquet <dev@etenil.net> | 2020-03-14 16:53:10 +0000 |
commit | 8c92d7c0aa1497e7d1a66cddcdacd04e43dba7f6 (patch) | |
tree | ffbfc495906fdb447074c1c1e3e4996432f83a14 /.vscode/launch.json | |
parent | 9d1de3f314a2f63a8f58e3ad2018c5a32472a67a (diff) | |
parent | 219e32ad793e66a3111465ef02f3eb677f70277d (diff) |
Merge branch 'merge-viewport'
Diffstat (limited to '.vscode/launch.json')
-rw-r--r-- | .vscode/launch.json | 1 |
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 |