diff options
author | Iago Garrido <iago086@gmail.com> | 2019-11-12 14:55:19 +0100 |
---|---|---|
committer | Iago Garrido <iago086@gmail.com> | 2019-11-12 14:55:19 +0100 |
commit | 76fc41b3c803ad4db3c19a76d408ab301438aa1e (patch) | |
tree | 99df93ff7678775a4cb179fbd6a0b52a15ede426 /.vscode/launch.json | |
parent | d84906ec92e45ed2cf2611c2f646d72ef5f1bb64 (diff) | |
parent | 8fa3fa881bc3b954e136295fe6cc7022737ae9db (diff) |
Merge branch 'master' of https://github.com/Etenil/roguerust
Diffstat (limited to '.vscode/launch.json')
-rw-r--r-- | .vscode/launch.json | 2 |
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",
|