blob: a39d98aff352f652d2d00a737616dab2abd6e01c (
plain) (
blame)
1
|
{ "hooks": [ { "type": "startup", "matcher": ".*", "action": "run", "command": "test -f ./thicket || (git clone https://github.com/abarth/thicket.git && cd thicket && go build -o thicket ./cmd/thicket && cd ..)" } ] }
|