diff options
| author | Cyril Cohen | 2021-03-15 02:37:13 +0100 |
|---|---|---|
| committer | GitHub | 2021-03-15 02:37:13 +0100 |
| commit | 5bc1b23fff6bbffb0e0885f3e11481c5e8ee762b (patch) | |
| tree | 8e7807356032b9e88aafb4725e5cc5d408038ebc /etc/utils/setup_gitpod.sh | |
| parent | deb0e19892674652b430b3cb89259bb5afc089b8 (diff) | |
| parent | 25695dba0365a252cb142d5ba9079bd59f3ccad2 (diff) | |
Merge pull request #723 from CohenCyril/gitpod
fixup gitpod config
Diffstat (limited to 'etc/utils/setup_gitpod.sh')
| -rwxr-xr-x | etc/utils/setup_gitpod.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/utils/setup_gitpod.sh b/etc/utils/setup_gitpod.sh new file mode 100755 index 0000000..f7538c0 --- /dev/null +++ b/etc/utils/setup_gitpod.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +mkdir -p .theia +echo "{ \"coqtop.binPath\": \"$COQBIN\" }" > .theia/settings.json |
