diff --git a/.vscode/launch.json b/.vscode/launch.json index 26d682ff6..df6e0ce80 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -32,6 +32,15 @@ "hidden": true } }, + { + "name": "Attach to a running Lazygit", + "type": "go", + "request": "attach", + "mode": "local", + "processId": "lazygit", + "hideSystemGoroutines": true, + "console": "integratedTerminal", + }, ], "compounds": [ {