summaryrefslogtreecommitdiffstats
path: root/.vscode
AgeCommit message (Collapse)Author
2024-01-19Stop hiding debug vscode launch tasksJesse Duffield
No idea why these were hidden in the first place
2023-09-30add gofumpt to workspace settingsJesse Duffield
2023-09-11Provide a simple way to debug an integration testStefan Haller
2023-09-10Add debug configuration to attach to a running lazygit processStefan Haller
I often find it more convenient to start a lazygit process in a terminal window and then attach to it, rather than have VS Code launch one for me. Note that this doesn't work with "go run main.go". It does work with "make run", however. Make sure there's only one lazygit process running, otherwise VS Code will open a chooser with all the running processes to pick one from, but it's pretty much impossible to tell which is which.
2023-09-10Hide system goroutines in callstackStefan Haller
I have never found a reason to see them, and they just pollute the stack window unnecessarily.
2023-09-10Format launch.json with PrettierStefan Haller
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