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:
parent
8a94663df1
commit
e887a2eb3c
6
.vscode/launch.json
vendored
6
.vscode/launch.json
vendored
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user