Description
Run buttons appear on indented recipe command lines (e.g., prek run -a, go test ...), not just on recipe names. Clicking them fails.
Example
check: pc test
pc:
prek run -a
test:
go test ./...
prek run -a and go test ./... incorrectly get run buttons.
Screenshot
References
Description
Run buttons appear on indented recipe command lines (e.g.,
prek run -a,go test ...), not just on recipe names. Clicking them fails.Example
prek run -aandgo test ./...incorrectly get run buttons.Screenshot
References