mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-04-23 12:18:51 +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,
|
"hideSystemGoroutines": true,
|
||||||
"console": "integratedTerminal",
|
"console": "integratedTerminal",
|
||||||
"presentation": {
|
|
||||||
"hidden": true
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Tail Lazygit logs",
|
"name": "Tail Lazygit logs",
|
||||||
@ -28,9 +25,6 @@
|
|||||||
"--use-config-file=${workspaceFolder}/.vscode/debugger_config.yml"
|
"--use-config-file=${workspaceFolder}/.vscode/debugger_config.yml"
|
||||||
],
|
],
|
||||||
"console": "integratedTerminal",
|
"console": "integratedTerminal",
|
||||||
"presentation": {
|
|
||||||
"hidden": true
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Attach to a running Lazygit",
|
"name": "Attach to a running Lazygit",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user