Skip to content

Commit e90aeb6

Browse files
committed
Add launch config for debugging the schema generation
1 parent 17ab91e commit e90aeb6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.vscode/launch.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@
2626
],
2727
"console": "integratedTerminal",
2828
},
29+
{
30+
"name": "JSON Schema generator",
31+
"type": "go",
32+
"request": "launch",
33+
"mode": "auto",
34+
"program": "${workspaceFolder}/pkg/jsonschema/generator.go",
35+
"cwd": "${workspaceFolder}/pkg/jsonschema",
36+
"console": "integratedTerminal",
37+
},
2938
{
3039
"name": "Attach to a running Lazygit",
3140
"type": "go",

0 commit comments

Comments
 (0)