1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-11-21 17:57:00 +02:00

Stop hiding debug vscode launch tasks

No idea why these were hidden in the first place
This commit is contained in:
Jesse Duffield 2024-01-11 09:39:20 +11:00
parent 8a94663df1
commit e887a2eb3c

6
.vscode/launch.json vendored
View File

@ -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",