jesseduffield.lazygit/.vscode
Stefan Haller 131255ccf0 Use headless mode for the "Run current file integration test" vscode task
For running an integration test just to see if it fails or succeeds,
headless mode is sufficient and actually better, because it works in
small terminals like vscode's bottom panel; the "main.go cli" way of
running tests tends to fail there because the layout renders differently
in such a small window. Headless tests use a fixed window size, so they
don't have this problem. It's also slightly faster.

The other vscode tasks (slow and sandbox) are unchanged, they only make
sense with a visible UI.
2026-06-23 13:31:03 +02:00
..
debugger_config.yml better debug setup 2022-05-17 22:14:24 +10:00
launch.json Add launch config for debugging the schema generation 2025-02-25 11:42:47 +01:00
settings.json Use a better way of pinning the version of golangci-lint 2025-07-18 15:33:23 +02:00
tasks.json Use headless mode for the "Run current file integration test" vscode task 2026-06-23 13:31:03 +02:00