mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-10 11:55:48 +02:00
Add launch config for debugging the schema generation
This commit is contained in:
parent
17ab91e668
commit
e90aeb62e5
1 changed files with 9 additions and 0 deletions
9
.vscode/launch.json
vendored
9
.vscode/launch.json
vendored
|
@ -26,6 +26,15 @@
|
|||
],
|
||||
"console": "integratedTerminal",
|
||||
},
|
||||
{
|
||||
"name": "JSON Schema generator",
|
||||
"type": "go",
|
||||
"request": "launch",
|
||||
"mode": "auto",
|
||||
"program": "${workspaceFolder}/pkg/jsonschema/generator.go",
|
||||
"cwd": "${workspaceFolder}/pkg/jsonschema",
|
||||
"console": "integratedTerminal",
|
||||
},
|
||||
{
|
||||
"name": "Attach to a running Lazygit",
|
||||
"type": "go",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue