mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-08 23:56:15 +02:00
Format launch.json with Prettier
This commit is contained in:
parent
67ac2c5d9b
commit
0fd8392067
17
.vscode/launch.json
vendored
17
.vscode/launch.json
vendored
@ -7,7 +7,10 @@
|
|||||||
"request": "launch",
|
"request": "launch",
|
||||||
"mode": "auto",
|
"mode": "auto",
|
||||||
"program": "main.go",
|
"program": "main.go",
|
||||||
"args": ["--debug", "--use-config-file=${workspaceFolder}/.vscode/debugger_config.yml"],
|
"args": [
|
||||||
|
"--debug",
|
||||||
|
"--use-config-file=${workspaceFolder}/.vscode/debugger_config.yml"
|
||||||
|
],
|
||||||
"console": "integratedTerminal",
|
"console": "integratedTerminal",
|
||||||
"presentation": {
|
"presentation": {
|
||||||
"hidden": true
|
"hidden": true
|
||||||
@ -19,17 +22,23 @@
|
|||||||
"request": "launch",
|
"request": "launch",
|
||||||
"mode": "auto",
|
"mode": "auto",
|
||||||
"program": "main.go",
|
"program": "main.go",
|
||||||
"args": ["--logs", "--use-config-file=${workspaceFolder}/.vscode/debugger_config.yml"],
|
"args": [
|
||||||
|
"--logs",
|
||||||
|
"--use-config-file=${workspaceFolder}/.vscode/debugger_config.yml"
|
||||||
|
],
|
||||||
"console": "integratedTerminal",
|
"console": "integratedTerminal",
|
||||||
"presentation": {
|
"presentation": {
|
||||||
"hidden": true
|
"hidden": true
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
],
|
],
|
||||||
"compounds": [
|
"compounds": [
|
||||||
{
|
{
|
||||||
"name": "Run with logs",
|
"name": "Run with logs",
|
||||||
"configurations": ["Tail Lazygit logs", "Debug Lazygit"],
|
"configurations": [
|
||||||
|
"Tail Lazygit logs",
|
||||||
|
"Debug Lazygit"
|
||||||
|
],
|
||||||
"stopAll": true
|
"stopAll": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user