summaryrefslogtreecommitdiffstats
path: root/.vscode
AgeCommit message (Collapse)Author
2023-05-21Fix cheatsheet generate VSCode taskJesse Duffield
This was previously not working because we tried to run the whole string as its own process
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.
2023-02-20sync test list whenever running a test in vscodeJesse Duffield
2023-02-19allow syncing tests from vscodeJesse Duffield
2022-12-24add task for opening deprecated tests TUIJesse Duffield
2022-12-24focus terminal when running a testJesse Duffield
2022-11-13more tasksJesse Duffield
2022-11-13add some tasksJesse Duffield
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