diff options
| author | Cyril Cohen | 2021-03-25 13:22:22 +0000 |
|---|---|---|
| committer | Cyril Cohen | 2021-03-25 13:22:22 +0000 |
| commit | 96d392fd70f91d2a5e71cb3d07dddb0c603280a7 (patch) | |
| tree | fa9894c6e084ae6fadcea6eff34dc3ded7222d00 /etc/utils/setup_gitpod.sh | |
| parent | d15198973d8f8e8458d2b2772962dd75dc33f94a (diff) | |
fix gotpod
Diffstat (limited to 'etc/utils/setup_gitpod.sh')
| -rwxr-xr-x | etc/utils/setup_gitpod.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/utils/setup_gitpod.sh b/etc/utils/setup_gitpod.sh index f7538c0..aa5fef5 100755 --- a/etc/utils/setup_gitpod.sh +++ b/etc/utils/setup_gitpod.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash mkdir -p .theia -echo "{ \"coqtop.binPath\": \"$COQBIN\" }" > .theia/settings.json +echo "{ \"coqtop.binPath\": \"$(dirname $(which coqtop))\" }" > .theia/settings.json |
