summaryrefslogtreecommitdiffstats
path: root/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json9
1 files changed, 9 insertions, 0 deletions
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": [
{