diff options
author | Guillaume Pasquet <dev@etenil.net> | 2020-03-14 16:22:54 +0000 |
---|---|---|
committer | Guillaume Pasquet <dev@etenil.net> | 2020-03-14 16:22:54 +0000 |
commit | 9848a92fde2891177cc352064ae9e4ec1098277f (patch) | |
tree | 4ca2441b86f326fee4d5494a1f577d48b3735211 /.vscode/launch.json | |
parent | 49ca52844b0fa74bcd92018ef313923e9f355632 (diff) |
Make it work
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 |