aboutsummaryrefslogtreecommitdiff
path: root/etc/utils/setup_gitpod.sh
blob: aa5fef55b2434ea8a6876cb7dd5cb8322eda4d71 (plain)
1
2
3
4
#!/usr/bin/env bash

mkdir -p .theia
echo "{ \"coqtop.binPath\": \"$(dirname $(which coqtop))\" }" > .theia/settings.json