diff options
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",
|