Skip to content

Commit

Permalink
Stop hiding debug vscode launch tasks
Browse files Browse the repository at this point in the history
No idea why these were hidden in the first place
  • Loading branch information
jesseduffield committed Jan 18, 2024
1 parent 8a94663 commit e887a2e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .vscode/launch.json
Expand Up @@ -13,9 +13,6 @@
],
"hideSystemGoroutines": true,
"console": "integratedTerminal",
"presentation": {
"hidden": true
}
},
{
"name": "Tail Lazygit logs",
Expand All @@ -28,9 +25,6 @@
"--use-config-file=${workspaceFolder}/.vscode/debugger_config.yml"
],
"console": "integratedTerminal",
"presentation": {
"hidden": true
}
},
{
"name": "Attach to a running Lazygit",
Expand Down

0 comments on commit e887a2e

Please sign in to comment.