File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " iris-tutorial arm64 container" ,
3- "image" : " ghcr.io/logsem/iris-tutorial/debian-ocaml-5.5 -arm64" ,
3+ "image" : " ghcr.io/logsem/iris-tutorial/docker -arm64" ,
44 "customizations" : {
55 "vscode" : {
66 "extensions" : [" rocq-prover.vsrocq" ]
Original file line number Diff line number Diff line change 11{
22 "name" : " iris-tutorial x86-64 container" ,
3- "image" : " ghcr.io/logsem/iris-tutorial/debian-ocaml-5.5 -x86-64" ,
3+ "image" : " ghcr.io/logsem/iris-tutorial/docker -x86-64" ,
44 "customizations" : {
55 "vscode" : {
66 "extensions" : [" rocq-prover.vsrocq" ]
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ COPY --from=repo iris-tutorial.opam .
99RUN opam install . --deps-only -y && \
1010 opam install -y rocq-iris-unstable
1111
12- # TODO: uncomment when vsrocq-language-server will start supporting ocaml 5.5
13- # RUN opam install -y -w vsrocq-language-server
12+ RUN opam install -y vsrocq-language-server
1413
1514RUN echo "eval \$ (opam env)" >> ~/.bashrc
You can’t perform that action at this time.
0 commit comments