From 96d392fd70f91d2a5e71cb3d07dddb0c603280a7 Mon Sep 17 00:00:00 2001 From: Cyril Cohen Date: Thu, 25 Mar 2021 13:22:22 +0000 Subject: fix gotpod --- etc/utils/setup_gitpod.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') 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 -- cgit v1.2.3