diff --git a/.vscode/launch.json b/.vscode/launch.json index be436b55f..3bedda766 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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",