summaryrefslogtreecommitdiffstats
path: root/.vscode/launch.json
AgeCommit message (Collapse)Author
2023-04-04Make debugger config work when changing repos while debuggingStefan Haller
When changing repos while debugging, the current working directory changes, which means that a daemon lazygit doesn't find the debugger_config.yml file any more when you do an interactive rebase. Fix this by using an absolute path for the --use-config-file option.
2022-05-17better debug setupJesse Duffield
2022-05-17remove commented out lineJesse Duffield
2022-05-17update launch.jsonJesse Duffield
2022-05-17add launch.jsonJesse Duffield