mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-04-18 06:24:01 +03:00
Add launch config for debugging the schema generation
This commit is contained in:
parent
17ab91e668
commit
e90aeb62e5
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…
x
Reference in New Issue
Block a user