aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorGuillaume Pasquet <guillaume.pasquet@eggplant.io>2019-11-12 11:47:29 +0100
committerGuillaume Pasquet <guillaume.pasquet@eggplant.io>2019-11-12 11:47:29 +0100
commit5fd6433d88be76844a643738b5d3befc137ca6e5 (patch)
treee29f3c439e0b5cef013daf402ecb5a2f2f329dba /.vscode
parent67c9a8102b5ddd337c1ee2ab9a2ce81935123d88 (diff)
Better aligned room generation
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index dfa5895..e2e657d 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -16,7 +16,7 @@
"externalConsole": true
},
{
- "name": "(OSX) Launch",
+ "name": "(Unix) Launch",
"type": "lldb",
"request": "launch",
"program": "${workspaceRoot}/target/debug/roguelike",