From e887a2eb3c0ece1d2be78b869ff936a0703a3940 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Thu, 11 Jan 2024 09:39:20 +1100 Subject: [PATCH] Stop hiding debug vscode launch tasks No idea why these were hidden in the first place --- .vscode/launch.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 4e05edffb..be436b55f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -13,9 +13,6 @@ ], "hideSystemGoroutines": true, "console": "integratedTerminal", - "presentation": { - "hidden": true - } }, { "name": "Tail Lazygit logs", @@ -28,9 +25,6 @@ "--use-config-file=${workspaceFolder}/.vscode/debugger_config.yml" ], "console": "integratedTerminal", - "presentation": { - "hidden": true - } }, { "name": "Attach to a running Lazygit",