Skip to content

Commit c964018

Browse files
authored
Merge pull request #51 from YaelDillies/main
Use the new `gitpod4` Docker image
2 parents 8d74fac + ccbff14 commit c964018

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitpod.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# This is run when starting a Gitpod workspace on this repository
2+
3+
image: leanprovercommunity/gitpod4
4+
5+
vscode:
6+
extensions:
7+
- leanprover.lean4 # install the Lean 4 VS Code extension
8+
9+
tasks:
10+
- init: |
11+
elan self update

0 commit comments

Comments
 (0)