diff --git a/.vscode/launch.json b/.vscode/launch.json index cfb04d4..2bf406f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -7,15 +7,15 @@ { "type": "lldb", "request": "launch", - "name": "Debug executable 'rlox2'", + "name": "Debug executable 'rlox'", "cargo": { "args": [ "build", - "--bin=rlox2", + "--bin=rlox", "--package=rlox2" ], "filter": { - "name": "rlox2", + "name": "rlox", "kind": "bin" } }, @@ -23,4 +23,4 @@ "cwd": "${workspaceFolder}" } ] -} \ No newline at end of file +}