Skip to content

Commit

Permalink
devcontainer config
Browse files Browse the repository at this point in the history
  • Loading branch information
CohenCyril committed Jan 5, 2024
1 parent 31c5a7b commit 49eb9ce
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM coqorg/coq:8.17.1
RUN eval $(opam env "--switch=${COMPILER}" --set-switch)
RUN opam update -y
RUN opam install -y coq-lsp
RUN git clone -b strat --depth 1 https://github.com/ecranceMERCE/coq-elpi
RUN opam install -y ./coq-elpi
10 changes: 10 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "Trocq",
"image": "cohencyril/trocq-deps",
"postAttachCommand": "make -j8 -k",
"customizations": {
"vscode": {
"extensions": ["ejgallego.coq-lsp", "gares.elpi-lang", "gares.coq-elpi-lang"],
}
}
}
6 changes: 0 additions & 6 deletions Dockerfile

This file was deleted.

0 comments on commit 49eb9ce

Please sign in to comment.