mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 04:45:47 +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
1 changed files with 0 additions and 6 deletions
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…
Add table
Add a link
Reference in a new issue