Skip to content

Commit 5daf5d9

Browse files
authored
Merge pull request #110 from TheoLeCalvar/master
Use prebuilt dev container image
2 parents 782ab5e + 20afc42 commit 5daf5d9

File tree

3 files changed

+2
-33
lines changed

3 files changed

+2
-33
lines changed

.devcontainer/Dockerfile

-21
This file was deleted.

.devcontainer/devcontainer.json

+1-11
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,7 @@
22
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.2/containers/debian
33
{
44
"name": "Debian",
5-
"build": {
6-
"dockerfile": "Dockerfile",
7-
// Update 'VARIANT' to pick an Debian version: bullseye, buster
8-
// Use bullseye on local arm64/Apple Silicon.
9-
"args": {
10-
"VARIANT": "bullseye",
11-
"OPAM_VERSION": "2.1.2",
12-
"OPAM_ARCH": "x86_64",
13-
"COQ_VERSION": "8.15.0"
14-
}
15-
},
5+
"image": "ghcr.io/atlanmod/vsc-coqtl:latest",
166

177
// Set *default* container specific settings.json values on container create.
188
"settings": {

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Instead of installing coq directly on your machine you can use Visual Studio Cod
6363

6464
When opening the project with Visual Studio Code the editor will ask you to install the [Remote - Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) extension to use the feature. Be sure to read the "Install" section of the [remote containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) to correctly install and setup docker on your machine.
6565

66-
Then, once the remote container extension is installed and docker setup, Visual Studio Code will inform you that the current workspace can be opened in a container. Click "Reopen in Container" to start building the container. Be patient, first launch will take several minutes to build the image. The image only to need to be built once, next launches are faster.
66+
Then, once the remote container extension is installed and docker setup, Visual Studio Code will inform you that the current workspace can be opened in a container. Click "Reopen in Container" to start building the container. Be patient, docker will first download the image which can take some time depending on your internet connection. The image only to need to be built once, next launches are faster.
6767

6868

6969
Coq theories can be found in `/home/vscode/.opam/default/lib/coq/theories`. One can add this folder to its workspace by right clicking in the exporer panel and selecting "Add folder to workspace".

0 commit comments

Comments
 (0)