aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authorIago Garrido <iago086@gmail.com>2019-11-12 14:55:19 +0100
committerIago Garrido <iago086@gmail.com>2019-11-12 14:55:19 +0100
commit76fc41b3c803ad4db3c19a76d408ab301438aa1e (patch)
tree99df93ff7678775a4cb179fbd6a0b52a15ede426 /.vscode/launch.json
parentd84906ec92e45ed2cf2611c2f646d72ef5f1bb64 (diff)
parent8fa3fa881bc3b954e136295fe6cc7022737ae9db (diff)
Merge branch 'master' of https://github.com/Etenil/roguerust
Diffstat (limited to '.vscode/launch.json')
-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",