diff --git a/.vscode/launch.json b/.vscode/launch.json index 1b9e1e52..8db5ad66 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,6 +4,12 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + { + "type": "lldb", + "request": "attach", + "name": "Attach to CLI (debug)", + "program": "${workspaceFolder}/target/debug/mentat_cli" + }, { "type": "lldb", "request": "launch",